Re: [url-tests] URL: test the host parser (#4504)

No idea, but http://www.unicode.org/reports/tr46/ has the answer I suppose. We need to use the mapping table. http://www.unicode.org/reports/tr46/#IDNA_Mapping_Table. Per http://www.unicode.org/Public/idna/latest/IdnaMappingTable.txt U+001F is disallowed_STD3_valid. So it's valid for our purposes since we pass UseSTD3ASCIIRules=false. Then we see in step 3 of http://www.unicode.org/reports/tr46/#ToASCII that applying Punycode processing is not appropriate here.

https://github.com/bestiejs/punycode.js/issues/12 might be part of the issue here?

View on GitHub: https://github.com/w3c/web-platform-tests/pull/4504#issuecomment-270848858

Received on Friday, 6 January 2017 07:38:00 UTC