File tree Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Expand file tree Collapse file tree 1 file changed +10
-0
lines changed Original file line number Diff line number Diff line change @@ -266,6 +266,16 @@ ant proddata 2>&1 | tee $NOTES/cldr-newData-proddataLog.txt
266
266
production data, see
267
267
[ BRS: Run tests on production data] ( https://cldr.unicode.org/development/cldr-big-red-switch/brs-run-tests-on-production-data )
268
268
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
+
269
279
5b. Build the new ICU4C data files.
270
280
271
281
These include .txt files and .py files. These new files will replace whatever was
You can’t perform that action at this time.
0 commit comments