Skip to content
New issue

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

IdnaTestV2.txt should test for valid input with upper case in the ASCII part of Punycode #747

Closed
hsivonen opened this issue Mar 18, 2024 · 3 comments · Fixed by #830
Closed
Assignees

Comments

@hsivonen
Copy link
Member

IdnaTestV2.txt missed a bug in the UTS 46 implementation that I'm writing due to not testing an upper-case letter in the ASCII part of Punycode when there are no errors.

I suggest adding this test case:

Input: xn--A-1ga
Expected ToASCII: xn--a-1ga
Expected ToUnicode:

@markusicu
Copy link
Member

@macchiati FYI

@macchiati
Copy link
Member

macchiati commented Mar 18, 2024 via email

@markusicu
Copy link
Member

Feel free to take this -- and remember your action item to review other bugs in the test data :-) --> https://github.com/unicode-org/properties/issues/162

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants