[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[idn] Sample test vectors?



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>