-
-
Notifications
You must be signed in to change notification settings - Fork 760
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
ICU-22583 CLDR release-44-1 to ICU maint/maint-74 branch #2727
ICU-22583 CLDR release-44-1 to ICU maint/maint-74 branch #2727
Conversation
…inary-like source)
…ted or copied from CLDR)
…: lib, tools, tests)
/azp run CI-Exhaustive |
Azure Pipelines successfully started running 1 pipeline(s). |
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.
Thanks!
598b488
into
unicode-org:maint/maint-74
@@ -83,7 +83,7 @@ | |||
<dependency> | |||
<groupId>com.ibm.icu</groupId> | |||
<artifactId>icu4j</artifactId> | |||
<version>74.1-SNAPSHOT</version> | |||
<version>74.1</version> |
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.
How is this version number used?
Does it matter that it's at 74.1 now but we are about to release 74.2?
Does it matter that #2728 does not touch this version number?
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 the version of icu used by the cldr-icu tooling. I do not think any change in 74.2 would affect the behavior of that tooling; and since the vision number had not been updated when I did the integration (so there was no icu4j artifact for 74.2), I could not use 74.2 anyway. No need for #2728 to touch this because we will not be doing another cldr-icu integration for 74.2.
Checklist
ALLOW_MULTIPLE_COMMITS=true
This integrates CLDR release-44-1 to ICU maint/maint-74 for ICU 74.2. The main CLDR data change that affects ICU is cleaning up sequences of multiple spaces of different types in several locales; typical a regular space plus either NNBSP or THIN SPACE. Also the CLDR version gets updated many places, notably in collation data files. This has the same problem noted in ICU 74.1 #2682 with stub files for
kxv
getting deleted in data trees other thanlocales
; they are manually re-added here as in that PR.The commits are in 4 groups:
ALLOW_MULTIPLE_COMMITS=true