Skip to content

Commit

Permalink
ICU-22723 Update currency numeric code mapping data.
Browse files Browse the repository at this point in the history
  • Loading branch information
yumaoka committed Sep 9, 2024
1 parent 394bebd commit 74d5e6d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion icu4c/source/data/misc/currencyNumericCodes.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
// Corporation and others. All Rights Reserved.
//---------------------------------------------------------
// Build tool: com.ibm.icu.dev.tool.currency.NumericCodeData
// Build date: 2022-08-25T16:40:27Z
// Build date: 2024-09-06T21:46:10Z
//---------------------------------------------------------
// >> !!! >> THIS IS A MACHINE-GENERATED FILE << !!! <<
// >> !!! >>> DO NOT EDIT <<< !!! <<
Expand Down Expand Up @@ -312,6 +312,7 @@ currencyNumericCodes:table(nofallback){
ZRZ:int{180}
ZWC:int{716}
ZWD:int{716}
ZWG:int{924}
ZWL:int{932}
ZWN:int{942}
ZWR:int{935}
Expand Down
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -414,6 +414,7 @@ public void writeResource(OutputStreamWriter osw, String resName) throws IOExcep
{"ZRZ", "180"},
{"ZWC", "716"},
{"ZWD", "716"},
{"ZWG", "924"},
{"ZWL", "932"},
{"ZWN", "942"},
{"ZWR", "935"},
Expand Down

0 comments on commit 74d5e6d

Please sign in to comment.