You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
minor #414 Support escaped unicode character sequences in idna test files (TRowbotham)
This PR was merged into the 1.26-dev branch.
Discussion
----------
Support escaped unicode character sequences in idna test files
The IDNA [test file](https://www.unicode.org/Public/idna/15.0.0/IdnaTestV2.txt) for Unicode 15.0.0 has started using escaped
unicode character sequences. The [spec](https://www.unicode.org/reports/tr46/#Format) says that they can be in the form
of either \uXXXX or \x{XXXX}.
Additionally, remove a now irrelevant conditional that worked around a bug in previous test files.
Commits
-------
ca44f85 Support escaped unicode character sequences
0 commit comments