Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
cldr-to-icu/ | 23-Nov-2023 | - | 18,045 | 11,877 | ||
lib/ | 23-Nov-2023 | - | 102 | 71 | ||
.gitignore | D | 23-Nov-2023 | 182 | 8 | 5 | |
README.md | D | 23-Nov-2023 | 681 | 20 | 11 | |
build.xml | D | 23-Nov-2023 | 3.7 KiB | 80 | 38 |
README.md
1<!--- © 2020 and later: Unicode, Inc. and others. ---> 2<!--- License & terms of use: http://www.unicode.org/copyright.html ---> 3 4# Tools and build scripts for updating data originating from CLDR 5 6## CLDR test data 7 8The ant [build.xml](build.xml) file takes care of copying some CLDR 9test data directories to both the ICU4C and ICU4J source trees. To add 10more directories to the list, modify the `cldrTestData` fileset. 11 12## cldr-to-icu 13 14The cldr-to-icu directory contains tools to convert from CLDR's XML 15data to ICU resource files. 16 17See [cldr-to-icu/README.txt](cldr-to-icu/README.txt) and 18[cldr-icu-readme.txt](../../icu4c/source/data/cldr-icu-readme.txt) for 19more information. 20