-
Notifications
You must be signed in to change notification settings - Fork 3k
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
Update Unicode to version 16.0.0 #9141
base: master
Are you sure you want to change the base?
Conversation
This is an automated commit created by the Maintenance project https://github.com/eksperimental/maintenance Before merging, please read the release notes by visiting <http://www.unicode.org/versions/Unicode16.0.0/> and assess if additional changes are necessary in the code base.
CT Test Results 1 files 11 suites 5m 31s ⏱️ Results for commit fe314d7. ♻️ This comment has been updated with latest results. To speed up review, make sure that you have read Contributing to Erlang/OTP and that all checks pass. See the TESTING and DEVELOPMENT HowTo guides for details about how to run test locally. Artifacts// Erlang/OTP Github Action Bot |
http://www.unicode.org/versions/Unicode16.0.0/
|
/cc @dgud |
# | ||
# For more information, see UAX #11: East Asian Width, | ||
# at https://www.unicode.org/reports/tr11/ | ||
# | ||
# @missing: 0000..10FFFF; N | ||
0000..001F;N # Cc [32] <control-0000>..<control-001F> |
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.
NOTE to self, Format change here double check that we parse this correctly.
@@ -24183,6 +24475,4001 @@ FFFD;REPLACEMENT CHARACTER;So;0;ON;;;;;N;;;;; | |||
13453;EGYPTIAN HIEROGLYPH MODIFIER DAMAGED AT TOP AND END;Mn;0;NSM;;;;;N;;;;; | |||
13454;EGYPTIAN HIEROGLYPH MODIFIER DAMAGED AT BOTTOM AND END;Mn;0;NSM;;;;;N;;;;; | |||
13455;EGYPTIAN HIEROGLYPH MODIFIER DAMAGED;Mn;0;NSM;;;;;N;;;;; | |||
13460;EGYPTIAN HIEROGLYPH-13460;Lo;0;L;;;;;N;;;;; |
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.
New Large ranges here, check generation of these
From what I understand we can ignore those files. |
Tests (or specs) are added for Extended grapheme clusters Some reminders for whenever someone have time to look at this. %% DEVANAGARI fails must parse IndicSyllabicCategory.txt %% Define the set of applicable scripts. For Unicode 15.1, the set is defined as %% # Derived Property: Indic_Conjunct_Break %% # All code points not explicitly listed for Indic_Conjunct_Break |
This is an automated commit created by the Maintenance project https://github.com/eksperimental/maintenance
Before merging, please read the release notes by visiting http://www.unicode.org/versions/Unicode16.0.0/
and assess if additional changes are necessary in the code base.