Name Date Size #Lines LOC

..--

cldr-to-icu/H25-Apr-2025-18,87712,536

lib/H25-Apr-2025-259149

.gitignoreH A D25-Apr-2025249 107

README.mdH A D25-Apr-2025681 2011

build.xmlH A D25-Apr-20254.8 KiB9349

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