• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..--

cldr-to-icu/23-Nov-2023-18,04511,877

lib/23-Nov-2023-10271

.gitignoreD23-Nov-2023182 85

README.mdD23-Nov-2023681 2011

build.xmlD23-Nov-20233.7 KiB8038

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