-
-
Notifications
You must be signed in to change notification settings - Fork 5.7k
Unicode-compliant islower/uppercase #38574
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
Conversation
|
Along the way, I noticed that:
|
|
Probably this is too late for 1.6, so I'll wait to add NEWS until the 1.7-dev cycle. |
Since we've branched it sounds like now is a good time to add that. |
7fda7df to
0f2d140
Compare
|
Fixed the NEWS. |
StefanKarpinski
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me. This can be squash-merged if you're done with it, @stevengj.
* Unicode-compliant islower/uppercase * don't test isletter for non-L* letters * include titlecase in alphas test * add news
Closes #36618, using the new
utf8proc_islowerandutf8proc_isupperfunctions from utf8proc 2.6 (which we upgraded to in #38551).Technically breaking, but I'm not sure who would be relying on the slight differences between the old behavior and the Unicode standard definitions?