Skip to content

Commit

Permalink
ICU-22325 CLDR release-44-alpha1 to main:
Browse files Browse the repository at this point in the history
  - binaries, binary-as-source, CLDR data sources;
  - CLDR test data & dtd, ICU lib/tool/test source updates.
  • Loading branch information
pedberg authored and pedberg-icu committed Aug 22, 2023
1 parent 5d6d197 commit 2270c17
Show file tree
Hide file tree
Showing 4,661 changed files with 57,583 additions and 438,469 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
11 changes: 1 addition & 10 deletions docs/processes/cldr-icu.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,9 +100,6 @@ There are several environment variables that need to be defined.
* `CLDR_DIR`: This is the path to the to root of standard CLDR sources, below
which are the common and tools directories.

* `CLDR_CLASSES`: Path to the CLDR Tools classes directory. If not set, defaults
to `$CLDR_DIR/tools/java/classes`.

* `CLDR_TMP_DIR`: Parent of temporary CLDR production data. Defaults to
`$CLDR_DIR/../cldr-aux` (sibling to `CLDR_DIR`).

Expand Down Expand Up @@ -277,7 +274,7 @@ ant copy-cldr-testdata
cp -p $CLDR_DIR/common/testData/localeIdentifiers/localeCanonicalization.txt $ICU4C_DIR/source/test/testdata/
cp -p $CLDR_DIR/common/testData/localeIdentifiers/localeCanonicalization.txt $ICU4J_ROOT/main/tests/core/src/com/ibm/icu/dev/data/unicode/
open $ICU4C_DIR/source/test/testdata/localeCanonicalization.txt
open $ICU4J_ROOT/main/tests/core/src/com/ibm/icu/dev/data/unicode/ocaleCanonicalization.txt
open $ICU4J_ROOT/main/tests/core/src/com/ibm/icu/dev/data/unicode/localeCanonicalization.txt
```
At the beginning of each file add the following line:\
```
Expand Down Expand Up @@ -575,9 +572,3 @@ When you are all ready, click the "Publish release" button.

For cldr-staging, go to [unicode-org/cldr-staging/tags](https://github.com/unicode-org/cldr-staging/tags)
and do something similar.






2,211 changes: 1,099 additions & 1,112 deletions icu4c/source/common/localefallback_data.h

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions icu4c/source/common/uloc.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -173,8 +173,8 @@ static const char * const LANGUAGES[] = {
"tr", "tru", "trv", "ts", "tsd", "tsi", "tt", "ttt",
"tum", "tvl", "tw", "twq", "ty", "tyv", "tzm",
"udm", "ug", "uga", "uk", "umb", "und", "ur", "uz",
"vai", "ve", "vec", "vep", "vi", "vls", "vmf", "vo",
"vot", "vro", "vun",
"vai", "ve", "vec", "vep", "vi", "vls", "vmf", "vmw",
"vo", "vot", "vro", "vun",
"wa", "wae", "wal", "war", "was", "wbp", "wo", "wuu",
"xal", "xh", "xmf", "xog",
"yao", "yap", "yav", "ybb", "yi", "yo", "yrl", "yue",
Expand Down Expand Up @@ -290,8 +290,8 @@ static const char * const LANGUAGES_3[] = {
"tur", "tru", "trv", "tso", "tsd", "tsi", "tat", "ttt",
"tum", "tvl", "twi", "twq", "tah", "tyv", "tzm",
"udm", "uig", "uga", "ukr", "umb", "und", "urd", "uzb",
"vai", "ven", "vec", "vep", "vie", "vls", "vmf", "vol",
"vot", "vro", "vun",
"vai", "ven", "vec", "vep", "vie", "vls", "vmf", "vmw",
"vol", "vot", "vro", "vun",
"wln", "wae", "wal", "war", "was", "wbp", "wol", "wuu",
"xal", "xho", "xmf", "xog",
"yao", "yap", "yav", "ybb", "yid", "yor", "yrl", "yue",
Expand Down
5 changes: 5 additions & 0 deletions icu4c/source/data/coll/lij.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
// © 2016 and later: Unicode, Inc. and others.
// License & terms of use: http://www.unicode.org/copyright.html
// Generated using tools/cldr/cldr-to-icu/build-icu-data.xml
lij{
}
Loading

1 comment on commit 2270c17

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Performance Alert ⚠️

Possible performance regression was detected for benchmark.
Benchmark result of this commit is worse than the previous benchmark result exceeding threshold 2.

Benchmark suite Current: 2270c17 Previous: 5d6d197 Ratio
TestCharsetDecoderICU 5.297198828749211 ns/iter 2.422533571875297 ns/iter 2.19

This comment was automatically generated by workflow using github-action-benchmark.

Please sign in to comment.