[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[idn] Sample test vectors?
- To: idn@ops.ietf.org
- Subject: [idn] Sample test vectors?
- From: Simon Josefsson <jas@extundo.com>
- Date: Tue, 05 Nov 2002 11:29:45 +0100
- User-agent: Gnus/5.090008 (Oort Gnus v0.08) Emacs/21.2.92(i686-pc-linux-gnu)
Has anyone developed test vectors for stringprep and/or IDNA?
I think such a document would be useful, to test implementations.
A'la enumerating results like the following, together with details on
the profile used:
STRINGPREP("foo\xC2\xADbar") => "foobar"
STRINGPREP("\xC2\xB5") => "\xCE\xBC"
STRINGPREP("\xC2\xAA") => "\x61"
<snip>