-
Notifications
You must be signed in to change notification settings - Fork 182
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
Provide raw canonical composition and decomposition #2099
Conversation
* Use named constants instead of magic numbers. * Use wrapping_sub with HANGUL_S_BASE. (Couldn't find a way to trigger a debug-mode overflow without this, though.)
I've compared every decomposition with ICU4C. |
The CI failures seem to be rust-lang/rustup#3029 |
Marked ready for review, because the CI failures don't seem to be caused by the changes here. |
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.
Reviewing since @echeran is OOO
This can't land until the backport of the ICU4C patch has landed to the maintenance branch. |
Draft due to missing tests. Closes #2073.