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 #454 Conform to IDNA version 15.1.0 revision 31 (TRowbotham)
This PR was merged into the 1.x branch.
Discussion
----------
Conform to IDNA version 15.1.0 revision 31
This adds the necessary changes to conform to [IDNA version 15.1.0 revision 31](https://www.unicode.org/reports/tr46/tr46-31.html#Modifications).
Notable Changes
* Transitional processing (the default in PHP) is now deprecated. No deprecation notices were added as PHP does not yet report a deprecation notice in this case.
* An error is no longer recorded for characters with a status of disallowed.
* When performing code point mapping and transitional processing is enabled the code point U+1E9E capital sharp s (ẞ), is replaced by the string “ss”
* A new internal option "IgnoreInvalidPunycode" was added, which is supposed to allow for an all-ASCII fast-path, however, the official tests do not test this configuration option.
Commits
-------
385d1d5 Conform to IDNA version 15.1.0 revision 31
0 commit comments