We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Version 16.0.0 (2024-08-30) of Unicode Technical Standard #46 has been released. It fixes some previously reported issues:
If the label is empty, or if the label contains only ASCII code points, record that there was an error.
xn--xn--a--gua.pt; xn--a-ä.pt; [V2, V4]; xn--xn--a--gua.pt; ; ; # xn--a-ä.pt
So I think it's worth upgrading to that standard:
IdnaTestV2-parser.py
IdnaTestV2.json
The text was updated successfully, but these errors were encountered:
No branches or pull requests
What is the issue with the URL Standard?
Version 16.0.0 (2024-08-30) of Unicode Technical Standard #46 has been released. It fixes some previously reported issues:
The Processing 4.3. step (after Punycode decode) fixes this issue:
The test in question is now correctly labeled in IdnaTestV2.txt:
So I think it's worth upgrading to that standard:
IdnaTestV2-parser.py
tool and theIdnaTestV2.json
test file. I have opened a PR for this: URL: Update IdnaTestV2 to UTS46 16.0.0 web-platform-tests/wpt#48301The text was updated successfully, but these errors were encountered: