- UM M19
- Open https://unstats.un.org/unsd/methodology/m49/overview/#
- Hit the Copy button, to copy all the data to the clipboard
- Open ...workspace/cldr/tools/java/org/unicode/cldr/util/data/external/UnCodes.txt
- Hit paste. you should see tab-separated fields
- Save
- Note: "git diff --word-diff" is helpful for finding that, for example, only a column was added.
- EU
- Go to https://europa.eu/european-union/about-eu/countries_en
- Find the section "The XX member countries of the EU:
- Copy and past into ...workspace/cldr/tools/java/org/unicode/cldr/util/data/external/EuCodes.txt
- Compare with last revision; if there are differences, update containment.
- If there are no real differences, do not bother updating EuCodes.txt
- Note: "git diff --word-diff" is helpful for finding that, for example, only whitespace changed.
- Record the latest version that's been synced as a meta-data//This is new (Aug 2020)!
- Q: Not sure how or where to do this?
- Run TestUnContainment
ant -f cldr/tools/java all && ant -f cldr/tools/cldr-unittest unittest -Drununittest.arg='-v -n TestUnContainment'
|
|