Skip to content

Commit c743a7b

Browse files
authored
CLDR-18265 BRS update currency codes (#4316)
1 parent 39186fc commit c743a7b

File tree

3 files changed

+10
-12
lines changed

3 files changed

+10
-12
lines changed

docs/site/development/updating-codes/update-currency-codes.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,10 @@ title: Update Currency Codes
55
# Update Currency Codes
66

77
- Go to https://www.six-group.com/en/products-services/financial-information/data-standards.html#scrollTo=currency-codes
8-
- Take the link for "Current Currency and Funds": ["List one (XML)"](https://www.six-group.com/dam/download/financial-information/data-center/iso-currrency/amendments/lists/list_one.xml)
8+
- Take the link for "Current Currency and Funds": ["List one (XML)"](https://www.six-group.com/dam/download/financial-information/data-center/iso-currrency/lists/list-one.xml)
99
- Save the page as {cldr}/tools/cldr\-code/src/main/resources/org/unicode/cldr/util/data/dl\_iso\_table\_a1\.xml
10-
- ```curl 'https://www.six-group.com/dam/download/financial-information/data-center/iso-currrency/lists/list_one.xml' > tools/cldr-code/src/main/resources/org/unicode/cldr/util/data/dl_iso_table_a1.xml```
11-
- Take the link for "Historic denominations": "[List three (XML)](https://www.six-group.com/dam/download/financial-information/data-center/iso-currrency/amendments/lists/list_three.xml)"
10+
- Take the link for "Historic denominations": "[List three (XML)](https://www.six-group.com/dam/download/financial-information/data-center/iso-currrency/lists/list-three.xml)"
1211
- Save the page as {cldr}/tools/cldr\-code/src/main/resources/org/unicode/cldr/util/data/dl\_iso\_table\_a3\.xml
13-
- ```curl 'https://www.six-group.com/dam/download/financial-information/data-center/iso-currrency/lists/list_three.xml' > tools/cldr-code/src/main/resources/org/unicode/cldr/util/data/dl_iso_table_a3.xml```
1412
- **Use git diff to sanity check the two XML files against the old, and check them in.**
1513
- **"git diff \-w" is helpful to ignore whitespace. If there are only whitespace changes, there's no need to check them in.**
1614
- **Check the** [**ISO amendments**](https://www.six-group.com/en/products-services/financial-information/data-standards.html#scrollTo=amendments) **to get changes that will happen during the current cycle.**

tools/cldr-code/src/main/resources/org/unicode/cldr/util/data/dl_iso_table_a1.xml

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1875,13 +1875,6 @@
18751875
<CcyNbr>967</CcyNbr>
18761876
<CcyMnrUnts>2</CcyMnrUnts>
18771877
</CcyNtry>
1878-
<CcyNtry>
1879-
<CtryNm>ZIMBABWE</CtryNm>
1880-
<CcyNm>Zimbabwe Dollar</CcyNm>
1881-
<Ccy>ZWL</Ccy>
1882-
<CcyNbr>932</CcyNbr>
1883-
<CcyMnrUnts>2</CcyMnrUnts>
1884-
</CcyNtry>
18851878
<CcyNtry>
18861879
<CtryNm>ZIMBABWE</CtryNm>
18871880
<CcyNm>Zimbabwe Gold</CcyNm>

tools/cldr-code/src/main/resources/org/unicode/cldr/util/data/dl_iso_table_a3.xml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
2-
<ISO_4217 Pblshd="2024-01-01">
2+
<ISO_4217 Pblshd="2024-09-01">
33
<HstrcCcyTbl>
44
<HstrcCcyNtry>
55
<CtryNm>AFGHANISTAN</CtryNm>
@@ -1128,6 +1128,13 @@
11281128
<CcyNbr>935</CcyNbr>
11291129
<WthdrwlDt>2009-06</WthdrwlDt>
11301130
</HstrcCcyNtry>
1131+
<HstrcCcyNtry>
1132+
<CtryNm>ZIMBABWE</CtryNm>
1133+
<CcyNm>Zimbabwe Dollar</CcyNm>
1134+
<Ccy>ZWL</Ccy>
1135+
<CcyNbr>932</CcyNbr>
1136+
<WthdrwlDt>2024-09</WthdrwlDt>
1137+
</HstrcCcyNtry>
11311138
<HstrcCcyNtry>
11321139
<CtryNm>ZZ01_Gold-Franc</CtryNm>
11331140
<CcyNm>Gold-Franc</CcyNm>

0 commit comments

Comments
 (0)