mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-06 14:05:32 +00:00
ICU-13822 Removed VES from currency-numeric data for 62 release. CLDR 33.1 decided to defer this to later time.
X-SVN-Rev: 41511
This commit is contained in:
parent
2f534730c9
commit
59c7fd4ad3
2 changed files with 1 additions and 3 deletions
|
@ -6,7 +6,7 @@
|
|||
// Corporation and others. All Rights Reserved.
|
||||
//---------------------------------------------------------
|
||||
// Build tool: com.ibm.icu.dev.tool.currency.NumericCodeData
|
||||
// Build date: 2018-05-29T17:23:24Z
|
||||
// Build date: 2018-06-06T22:39:58Z
|
||||
//---------------------------------------------------------
|
||||
// >> !!! >> THIS IS A MACHINE-GENERATED FILE << !!! <<
|
||||
// >> !!! >>> DO NOT EDIT <<< !!! <<
|
||||
|
@ -273,7 +273,6 @@ currencyNumericCodes:table(nofallback){
|
|||
UZS:int{860}
|
||||
VEB:int{862}
|
||||
VEF:int{937}
|
||||
VES:int{928}
|
||||
VNC:int{704}
|
||||
VND:int{704}
|
||||
VUV:int{548}
|
||||
|
|
|
@ -375,7 +375,6 @@ 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