From 8f20995431a88b93ca67a7609f77dc321962b27d Mon Sep 17 00:00:00 2001 From: "Steven R. Loomis" Date: Wed, 4 Sep 2024 16:51:38 -0500 Subject: [PATCH] CLDR-17803 docs/site: more fixup --- .../updating-codes/update-languagescriptregion-subtags.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/site/development/updating-codes/update-languagescriptregion-subtags.md b/docs/site/development/updating-codes/update-languagescriptregion-subtags.md index 51b35bd05e7..54dfd70181d 100644 --- a/docs/site/development/updating-codes/update-languagescriptregion-subtags.md +++ b/docs/site/development/updating-codes/update-languagescriptregion-subtags.md @@ -22,7 +22,7 @@ title: Update Language/Script/Region Subtags - Save as {CLDR}/tools/cldr\-code/src/main/resources/org/unicode/cldr/util/data/language\-subtag\-registry - Go to http://data.iana.org/TLD/ - Right\-click on [tlds\-alpha\-by\-domain.txt](http://data.iana.org/TLD/tlds-alpha-by-domain.txt) save as - - {{CLDR}/tools/cldr\-code/src/main/resources/org/unicode/cldr/util//data/[tlds\-alpha\-by\-domain.txt](http://data.iana.org/TLD/tlds-alpha-by-domain.txt) + - {CLDR}/tools/cldr\-code/src/main/resources/org/unicode/cldr/util//data/[tlds\-alpha\-by\-domain.txt](http://data.iana.org/TLD/tlds-alpha-by-domain.txt) - If using Eclipse, refresh the files - Diff each with the old copy to check for consistency - Certain of the steps below require that you note certain differences. @@ -65,9 +65,9 @@ title: Update Language/Script/Region Subtags - ~~Todo: fix GenerateEnums around Utility.getUTF8Data("territory\_codes.txt");~~ - Then run GenerateEnums.java, and make sure it completes with no exceptions. Fix any necessary results. - Missing alpha3 for: xx, or "In RFC 4646 but not in CLDR: \[EA, EZ, IC, UN]" - - Ignore if it is {EA, EZ, IC, UN} Otherwise means you needed to do "For new territories" above + - Ignore if it is `{EA, EZ, IC, UN}` Otherwise means you needed to do "For new territories" above - Collision with: xx - - Ignore if it is {{MM, BU, 104}, {TP, TL, 626}, {YU, CS, 891}, {ZR, CD, 180}} + - Ignore if it is `{MM, BU, 104}, {TP, TL, 626}, {YU, CS, 891}, {ZR, CD, 180}` - Not in World but in CLDR: \[002, 003, 005, 009, 011, 013, 014, 015, 017\... Ignore 3\-digit coes - (should have exception lists in tool for the Ignore's above) - Run **ConsoleCheckCLDR \-f en \-z FINAL\_TESTING \-e** @@ -79,4 +79,4 @@ title: Update Language/Script/Region Subtags - You may also have to fix the coverageLevels.txt file for an error like: - Error: (TestCoverageLevel.java:604\) Comprehensive \& no exception for path \=\> //ldml/localeDisplayNames/territories/territory\[@type\="202"] -![Unicode copyright](https://www.unicode.org/img/hb_notice.gif) \ No newline at end of file +![Unicode copyright](https://www.unicode.org/img/hb_notice.gif)