mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-10 07:39:16 +00:00
ICU-13581 Updated currency/numeric code data.
X-SVN-Rev: 41069
This commit is contained in:
parent
7e1e4e0e34
commit
05458c3610
4 changed files with 9 additions and 5 deletions
|
@ -1,4 +1,4 @@
|
|||
//---------------------------------------------------------
|
||||
//---------------------------------------------------------
|
||||
// Copyright (C) 2016 and later: Unicode, Inc. and others.
|
||||
// License & terms of use: http://www.unicode.org/copyright.html
|
||||
//---------------------------------------------------------
|
||||
|
@ -6,7 +6,7 @@
|
|||
// Corporation and others. All Rights Reserved.
|
||||
//---------------------------------------------------------
|
||||
// Build tool: com.ibm.icu.dev.tool.currency.NumericCodeData
|
||||
// Build date: 2017-09-28T21:49:02Z
|
||||
// Build date: 2018-03-06T17:38:16Z
|
||||
//---------------------------------------------------------
|
||||
// >> !!! >> THIS IS A MACHINE-GENERATED FILE << !!! <<
|
||||
// >> !!! >>> DO NOT EDIT <<< !!! <<
|
||||
|
@ -179,6 +179,7 @@ currencyNumericCodes:table(nofallback){
|
|||
MNT:int{496}
|
||||
MOP:int{446}
|
||||
MRO:int{478}
|
||||
MRU:int{929}
|
||||
MTL:int{470}
|
||||
MTP:int{470}
|
||||
MUR:int{480}
|
||||
|
@ -239,6 +240,7 @@ currencyNumericCodes:table(nofallback){
|
|||
SRG:int{740}
|
||||
SSP:int{728}
|
||||
STD:int{678}
|
||||
STN:int{930}
|
||||
SUR:int{810}
|
||||
SVC:int{222}
|
||||
SYP:int{760}
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:5c858f2079eace62ae56dc51e99996e1c5dd99d7f22f3582d7186f51caae0eb2
|
||||
size 12505738
|
||||
oid sha256:3eb8332f908b83c82671f2b652d0bfdcc1c8da416884d0e358464af42af4f959
|
||||
size 12505745
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:c02de21dd86cf635e3a1d809efc402c412f884354a2c37c9233bf2477b5ff635
|
||||
oid sha256:d95bab418a9b465de9415e4e9f878330dbc5f7d6cddc416c492ad871f514fa82
|
||||
size 92763
|
||||
|
|
|
@ -281,6 +281,7 @@ public class NumericCodeData {
|
|||
{"MNT", "496"},
|
||||
{"MOP", "446"},
|
||||
{"MRO", "478"},
|
||||
{"MRU", "929"},
|
||||
{"MTL", "470"},
|
||||
{"MTP", "470"},
|
||||
{"MUR", "480"},
|
||||
|
@ -341,6 +342,7 @@ public class NumericCodeData {
|
|||
{"SRG", "740"},
|
||||
{"SSP", "728"},
|
||||
{"STD", "678"},
|
||||
{"STN", "930"},
|
||||
{"SUR", "810"},
|
||||
{"SVC", "222"},
|
||||
{"SYP", "760"},
|
||||
|
|
Loading…
Add table
Reference in a new issue