Sample test vectors?
Simon Josefsson <[email protected]>
| Newsgroups | gmane.ietf.idn |
|---|---|
| Message-ID | <[email protected]> |
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>