Comments on draft-ietf-idnabis-defs-10

James Mitchell james.mitchell at ausregistry.com.au
Mon Aug 31 08:24:44 CEST 2009


> punycode(VÄter) = xn--vter-loa

Whichever tool produced that output is case-folding the input before encoding (probably stringprep).  The output of the above should be...

punycode_encode(VÄter) = xn--Vter-0ja
punycode_encode(Väter) = xn--Vter-loa
punycode_encode(väter) = xn--vter-loa

http://www.motobit.com/util/punycode-decoder-encoder.asp appears to do only punycode-encode and punycode-decode.



More information about the Idna-update mailing list