Skip to content

Commit e5407e1

Browse files
committed
ICU-23220 Add CLDR-ICU integration note about running CompareResolved
1 parent 6e138e1 commit e5407e1

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

docs/processes/cldr-icu.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -266,6 +266,16 @@ ant proddata 2>&1 | tee $NOTES/cldr-newData-proddataLog.txt
266266
production data, see
267267
[BRS: Run tests on production data](https://cldr.unicode.org/development/cldr-big-red-switch/brs-run-tests-on-production-data)
268268

269+
> Note, also for CLDR development, periodically at this point the CompareResolved
270+
tool should be run to compare the fully-resolved data generated from `$CLDR_DIR/common/main`
271+
with the fully-resolved data generated from the just-updated production data
272+
`$CLDR_DATA_DIR/common/main`; any discrepancies should be investigated. The tool
273+
can be run for example as follows:
274+
```sh
275+
cd $CLDR_DIR
276+
java -DCLDR_DIR=$(pwd) -jar tools/cldr-code/target/cldr-code.jar CompareResolved -s $CLDR_DIR/common/main -c $CLDR_DATA_DIR/common/main > $NOTES/CompareResolved-result.txt
277+
```
278+
269279
5b. Build the new ICU4C data files.
270280

271281
These include .txt files and .py files. These new files will replace whatever was

0 commit comments

Comments
 (0)