mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-14 09:21:03 +00:00
In this PR, I am updating the version number from 70.0.1 for the BRS task. Previously, we had frontloaded part of this, so the diff in this PR are not as numerous. It has also been decided that we should differentiate frontloaded tasks and RC tasks by having the version numbers being: Frontload version number: XX.X.X (70.0.1 -> Major.minor.patch) RC/GA version number: XX.X (70.1 -> Major.minor) I've added some documentation for this, for future releases :) |
||
---|---|---|
.. | ||
cldr-to-icu | ||
lib | ||
.gitignore | ||
build.xml | ||
README.md |
Tools and build scripts for updating data originating from CLDR
CLDR test data
The ant 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 cldr-to-icu/README.txt and cldr-icu-readme.txt for more information.