mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-06 14:05:32 +00:00
ICU-13667 Currency numeric code update for ICU 62 - added VES that will be effective on June 4.
X-SVN-Rev: 41474
This commit is contained in:
parent
f4c892c6c4
commit
b0ece60be5
3 changed files with 4 additions and 2 deletions
|
@ -6,7 +6,7 @@
|
|||
// Corporation and others. All Rights Reserved.
|
||||
//---------------------------------------------------------
|
||||
// Build tool: com.ibm.icu.dev.tool.currency.NumericCodeData
|
||||
// Build date: 2018-03-06T17:38:16Z
|
||||
// Build date: 2018-05-29T17:23:24Z
|
||||
//---------------------------------------------------------
|
||||
// >> !!! >> THIS IS A MACHINE-GENERATED FILE << !!! <<
|
||||
// >> !!! >>> DO NOT EDIT <<< !!! <<
|
||||
|
@ -273,6 +273,7 @@ currencyNumericCodes:table(nofallback){
|
|||
UZS:int{860}
|
||||
VEB:int{862}
|
||||
VEF:int{937}
|
||||
VES:int{928}
|
||||
VNC:int{704}
|
||||
VND:int{704}
|
||||
VUV:int{548}
|
||||
|
|
|
@ -13,7 +13,7 @@
|
|||
<property name="res.dir" value="${out.dir}/res"/>
|
||||
<property name="xml.dir" value="${out.dir}/xml"/>
|
||||
|
||||
<property name="base.url" value="http://www.currency-iso.org/dam/downloads/lists/"/>
|
||||
<property name="base.url" value="https://www.currency-iso.org/dam/downloads/lists/"/>
|
||||
<property name="current.xml" value="list_one.xml"/>
|
||||
<property name="historic.xml" value="list_three.xml"/>
|
||||
|
||||
|
|
|
@ -375,6 +375,7 @@ public class NumericCodeData {
|
|||
{"UZS", "860"},
|
||||
{"VEB", "862"},
|
||||
{"VEF", "937"},
|
||||
{"VES", "928"},
|
||||
{"VNC", "704"},
|
||||
{"VND", "704"},
|
||||
{"VUV", "548"},
|
||||
|
|
Loading…
Add table
Reference in a new issue