Re: [whatwg/url] More IDNA roundtrippability issues (Issue #760)

AFAIK WebKit uses the ICU library for IDNA. In ICU a check is added to report failure on `xn--` and `xn--ASCII-` labels after the ["If the label starts with “xn--”"](https://unicode.org/reports/tr46/#ProcessingStepPunycode) step. This check hasn't been added to UTS 46 standard yet. More info here:
* https://github.com/unicode-org/icu/pull/1234 
* https://unicode-org.atlassian.net/browse/ICU-21030

This explains, why these tests return an error in the WebKit, but success in the whatwg-url.

-- 
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/url/issues/760#issuecomment-1462706617
You are receiving this because you are subscribed to this thread.

Message ID: <whatwg/url/issues/760/1462706617@github.com>

Received on Thursday, 9 March 2023 20:13:44 UTC