mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-05 05:25:34 +00:00
ICU-22723 Update currency numeric code mapping data.
This commit is contained in:
parent
394bebdb46
commit
74d5e6d258
3 changed files with 3 additions and 1 deletions
|
@ -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 <<< !!! <<
|
||||
|
@ -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}
|
||||
|
|
Binary file not shown.
|
@ -414,6 +414,7 @@ public class NumericCodeData {
|
|||
{"ZRZ", "180"},
|
||||
{"ZWC", "716"},
|
||||
{"ZWD", "716"},
|
||||
{"ZWG", "924"},
|
||||
{"ZWL", "932"},
|
||||
{"ZWN", "942"},
|
||||
{"ZWR", "935"},
|
||||
|
|
Loading…
Add table
Reference in a new issue