-
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
Update to CLDR 44 and ICU 74 #4245
Conversation
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.
Probably need to update the testdata for segmenter and collator
@@ -21,112 +21,4 @@ | |||
÷ 0021 × 0022 × 0020 ÷ 0022 ÷ # [STerm] [Close] [Sp] [Close] | |||
÷ 0021 × 0022 × 0020 ÷ 0031 ÷ # [STerm] [Close] [Sp] [Numeric] | |||
÷ 0021 × 0022 × 0020 ÷ 0041 ÷ # [STerm] [Close] [Sp] [Upper] | |||
÷ 0021 × 0022 × 0020 ÷ 3041 ÷ # [STerm] [Close] [Sp] [OLetter] | |||
# The following 100 monkey tests were generated from |
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.
@eggrobin these are breaking with ICU74, is it okay to remove them for now?
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.
this is a fallback data size increase
For posterity searching's sake: this release (via ICU 74) includes Unicode 15.1 data. |
Fixes #4155