-
Notifications
You must be signed in to change notification settings - Fork 60
Update to Unicode 11 #43
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Comments
8 tasks
Merged
PR proposed in #56 |
Some more background on the emoji simplifications in 11: https://unicode.org/mail-arch/unicode-ml/y2018-m01/0000.html, http://www.unicode.org/review/pri355/ |
Can this be closed now that #72 is merged? |
# for free
to join this conversation on GitHub.
Already have an account?
# to comment
Unicode 11 comes out in June, and we should update to it.
There are a bunch of changes to the grapheme and word stuff involved here. Most of the complex emoji rules have been replaced with things using
\p{Extended_Pictographic}
, which is not a disjoint grapheme category, rather it is an additional property. This crate may require some refactoring.We may want to update to Unicode 10 before that; that should be a straightforward regen of the tables IIRC.
The text was updated successfully, but these errors were encountered: