-
Notifications
You must be signed in to change notification settings - Fork 43
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
Add support for unicode 16.0.0. #157
Conversation
I haven't looked at Unicode 16; what are the non-binary properties for? |
I think that this documents it: https://www.gnu.org/software/libunistring/manual/html_node/Indic-conjunct-break.html |
Ok I have cleaned up this PR and minimized the diff. I think that it is ready for merge now. |
There seem to be conflicts that would prevent a merge? |
You mean |
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.
Thanks, just merged! I think we should consider a release soon. |
This PR adds support for unicode
16.0.0
Notes:
DerivedCoreProperties.txt
. Those are not currently supported by the library and should be skipped for now.0x1171e
missing inmn
. This could be intentional.There is quite a bit of noise due to some required module renaming to make the new old unicode ml file compile in the regression tests.The only change otherwise is the addition, and use, of a
to_list
noop API to convert privateCset
back into lists.Otherwise, this is a fairly straight forward update.