mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-05 05:25:34 +00:00
19 lines
726 B
Markdown
19 lines
726 B
Markdown
<!--- © 2020 and later: Unicode, Inc. and others. --->
|
|
<!--- License & terms of use: http://www.unicode.org/copyright.html --->
|
|
|
|
# Tools and build scripts for updating data originating from CLDR
|
|
|
|
## CLDR test data
|
|
|
|
The ant [build.xml](build.xml) file takes care of copying some CLDR
|
|
test data directories to both the ICU4C and ICU4J source trees. To add
|
|
more directories to the list, modify the `cldrTestData` fileset.
|
|
|
|
## cldr-to-icu
|
|
|
|
The cldr-to-icu directory contains tools to convert from CLDR's XML
|
|
data to ICU resource files.
|
|
|
|
See the [cldr-to-icu README](https://github.com/unicode-org/icu/tree/main/tools/cldr/cldr-to-icu) and
|
|
[cldr-icu-readme.txt](../../icu4c/source/data/cldr-icu-readme.txt) for
|
|
more information.
|