-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
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
bump utf8proc version, support Unicode 13 #35282
Conversation
I think this will also need a bump to the version used with |
@ararslan, how do I do that? (utf8proc isn't listed in the |
Tbh I'm not entirely sure either. Looks like you got the Yggdrasil piece though. @staticfloat, can you provide some sagely guidance here? |
Okay, I've dug a bit further. utf8proc is currently not using binarybuilder at all in Julia, so this PR should be good to merge as-is. (Since Yggdrasil is building utf8proc now, we could add binarybuilder support, but that could be done in a separate PR.) |
A news entry saying that the version was updated may be worthwhile but also ¯\_(ツ)_/¯ |
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 merge once CI passes.
Updates to utf8proc 2.5.0, which supports Unicode 13.0.0.
(Also updates the Unicode data files used for generating the documentation, which is not strictly necessary but may reduce confusion. Closes #33965. Closes #33967.)