-
Notifications
You must be signed in to change notification settings - Fork 175
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
Make the normalizer work with new Unicode 16 normalization behaviors #4860
Conversation
ICU4C PR: unicode-org/icu#2994 |
This reverts #4538 , which turned out to be a bad idea. |
I've tested this with Unicode 16 data, but this PR doesn't include the new data. |
Conclusion: spend the time to benchmark these changes, in conjunction with #4967. Do this before 2.0 because it might involve a data struct change. |
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.
Yes, this seems like a minor optimization at best. Let's land this, we should have 16 support for 2.0
This is the collator counterpart of #4860. Co-authored-by: Robert Bastian <[email protected]>
Closes #4859
ICU4C PR coming up.