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