]> granicus.if.org Git - icu/commitdiff
ICU-13667 Currency numeric code update for ICU 62 - added VES that will be effective...
authorYoshito Umaoka <y.umaoka@gmail.com>
Tue, 29 May 2018 17:26:56 +0000 (17:26 +0000)
committerYoshito Umaoka <y.umaoka@gmail.com>
Tue, 29 May 2018 17:26:56 +0000 (17:26 +0000)
X-SVN-Rev: 41474

icu4c/source/data/misc/currencyNumericCodes.txt
tools/currency/build.xml
tools/currency/src/com/ibm/icu/dev/tool/currency/NumericCodeData.java

index 9ce3e6c31dfedccb541de7bb63be19206420900b..63f2953a93ceb355c15110bda6f74353ff70f2a1 100644 (file)
@@ -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}
index 44c80eb8c9c3c7dbac8b4a4ba8e408fbc0d4d24e..37a04c7e07b2ee030df9c199a329393cb332a80f 100644 (file)
@@ -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"/>
 
index 23f8fcdd41f9f77c8c67db291794c3ac1bac35d2..f672ce3656e1eaf3db6c9b64b1efc77bdf1b3074 100644 (file)
@@ -375,6 +375,7 @@ public class NumericCodeData {
         {"UZS", "860"},
         {"VEB", "862"},
         {"VEF", "937"},
+        {"VES", "928"},
         {"VNC", "704"},
         {"VND", "704"},
         {"VUV", "548"},