7066203: Update currency data to the latest ISO 4217 standard
Reviewed-by: naoto
This commit is contained in:
parent
29d2bf8bb4
commit
f5cc085a5b
@ -151,6 +151,7 @@ FILES_compiled_properties = \
|
||||
sun/util/resources/CurrencyNames_es_CL.properties \
|
||||
sun/util/resources/CurrencyNames_es_CO.properties \
|
||||
sun/util/resources/CurrencyNames_es_CR.properties \
|
||||
sun/util/resources/CurrencyNames_es_CU.properties \
|
||||
sun/util/resources/CurrencyNames_es_DO.properties \
|
||||
sun/util/resources/CurrencyNames_es_EC.properties \
|
||||
sun/util/resources/CurrencyNames_es_ES.properties \
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2001, 2006, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 2001, 2011, Oracle and/or its affiliates. All rights reserved.
|
||||
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||
*
|
||||
* This code is free software; you can redistribute it and/or modify it
|
||||
@ -120,7 +120,7 @@ public class GenerateCurrencyData {
|
||||
private static int[] specialCaseOldCurrenciesNumericCode = new int[maxSpecialCases];
|
||||
private static int[] specialCaseNewCurrenciesNumericCode = new int[maxSpecialCases];
|
||||
|
||||
private static final int maxOtherCurrencies = 65;
|
||||
private static final int maxOtherCurrencies = 70;
|
||||
private static int otherCurrenciesCount = 0;
|
||||
private static StringBuffer otherCurrencies = new StringBuffer();
|
||||
private static int[] otherCurrenciesDefaultFractionDigits = new int[maxOtherCurrencies];
|
||||
|
@ -29,7 +29,7 @@ formatVersion=1
|
||||
# It is a serial number that accompanies with each amendment, such as
|
||||
# 'MAxxx.doc'
|
||||
|
||||
dataVersion=140
|
||||
dataVersion=151
|
||||
|
||||
# List of all valid ISO 4217 currency codes.
|
||||
# To ensure compatibility, do not remove codes.
|
||||
@ -37,7 +37,7 @@ dataVersion=140
|
||||
all=ADP020-AED784-AFA004-AFN971-ALL008-AMD051-ANG532-AOA973-ARS032-ATS040-AUD036-\
|
||||
AWG533-AYM945-AZM031-AZN944-BAM977-BBD052-BDT050-BEF056-BGL100-BGN975-BHD048-BIF108-\
|
||||
BMD060-BND096-BOB068-BOV984-BRL986-BSD044-BTN064-BWP072-BYB112-BYR974-\
|
||||
BZD084-CAD124-CDF976-CHF756-CLF990-CLP152-CNY156-COP170-CRC188-CSD891-CUP192-\
|
||||
BZD084-CAD124-CDF976-CHF756-CLF990-CLP152-CNY156-COP170-CRC188-CSD891-CUP192-CUC931-\
|
||||
CVE132-CYP196-CZK203-DEM276-DJF262-DKK208-DOP214-DZD012-EEK233-EGP818-\
|
||||
ERN232-ESP724-ETB230-EUR978-FIM246-FJD242-FKP238-FRF250-GBP826-GEL981-\
|
||||
GHC288-GHS936-GIP292-GMD270-GNF324-GRD300-GTQ320-GWP624-GYD328-HKD344-HNL340-\
|
||||
@ -49,11 +49,11 @@ all=ADP020-AED784-AFA004-AFN971-ALL008-AMD051-ANG532-AOA973-ARS032-ATS040-AUD036
|
||||
NIO558-NLG528-NOK578-NPR524-NZD554-OMR512-PAB590-PEN604-PGK598-PHP608-\
|
||||
PKR586-PLN985-PTE620-PYG600-QAR634-ROL946-RON946-RSD941-RUB643-RUR810-RWF646-SAR682-\
|
||||
SBD090-SCR690-SDD736-SDG938-SEK752-SGD702-SHP654-SIT705-SKK703-SLL694-SOS706-\
|
||||
SRD968-SRG740-STD678-SVC222-SYP760-SZL748-THB764-TJS972-TMM795-TND788-TOP776-\
|
||||
SRD968-SRG740-STD678-SVC222-SYP760-SZL748-THB764-TJS972-TMM795-TMT934-TND788-TOP776-\
|
||||
TPE626-TRL792-TRY949-TTD780-TWD901-TZS834-UAH980-UGX800-USD840-USN997-USS998-\
|
||||
UYU858-UZS860-VEB862-VEF937-VND704-VUV548-WST882-XAF950-XAG961-XAU959-XBA955-\
|
||||
XBB956-XBC957-XBD958-XCD951-XDR960-XFO000-XFU000-XOF952-XPD964-XPF953-\
|
||||
XPT962-XTS963-XXX999-YER886-YUM891-ZAR710-ZMK894-ZWD716-ZWN942
|
||||
XPT962-XSU994-XTS963-XUA965-XXX999-YER886-YUM891-ZAR710-ZMK894-ZWD716-ZWL932-ZWN942-ZWR935
|
||||
|
||||
|
||||
# Mappings from ISO 3166 country codes to ISO 4217 currency codes.
|
||||
@ -124,6 +124,8 @@ BZ=BZD
|
||||
BJ=XOF
|
||||
# BERMUDA
|
||||
BM=BMD
|
||||
# Bonaire, Sint Eustatius and Saba
|
||||
BQ=USD
|
||||
# BHUTAN
|
||||
BT=BTN
|
||||
# BOLIVIA
|
||||
@ -186,6 +188,8 @@ CI=XOF
|
||||
HR=HRK
|
||||
# CUBA
|
||||
CU=CUP
|
||||
# Cura\u00e7ao
|
||||
CW=ANG
|
||||
# CYPRUS
|
||||
CY=EUR
|
||||
# CZECH REPUBLIC
|
||||
@ -210,7 +214,7 @@ GQ=XAF
|
||||
# ERITREA
|
||||
ER=ERN
|
||||
# ESTONIA
|
||||
EE=EEK
|
||||
EE=EUR
|
||||
# ETHIOPIA
|
||||
ET=ETB
|
||||
# FALKLAND ISLANDS (MALVINAS)
|
||||
@ -476,7 +480,7 @@ SL=SLL
|
||||
# SINGAPORE
|
||||
SG=SGD
|
||||
# SLOVAKIA
|
||||
SK=SKK
|
||||
SK=EUR
|
||||
# SLOVENIA
|
||||
SI=EUR
|
||||
# SOLOMON ISLANDS
|
||||
@ -497,6 +501,8 @@ SD=SDG
|
||||
SR=SRD
|
||||
# SVALBARD AND JAN MAYEN
|
||||
SJ=NOK
|
||||
# Sint Maarten (Dutch part)
|
||||
SX=ANG
|
||||
# SWAZILAND
|
||||
SZ=SZL
|
||||
# SWEDEN
|
||||
@ -528,7 +534,7 @@ TN=TND
|
||||
# TURKEY
|
||||
TR=TRL;2004-12-31-22-00-00;TRY
|
||||
# TURKMENISTAN
|
||||
TM=TMM
|
||||
TM=TMT
|
||||
# TURKS AND CAICOS ISLANDS
|
||||
TC=USD
|
||||
# TUVALU
|
||||
@ -568,7 +574,7 @@ YE=YER
|
||||
# ZAMBIA
|
||||
ZM=ZMK
|
||||
# ZIMBABWE
|
||||
ZW=ZWD
|
||||
ZW=ZWL
|
||||
|
||||
|
||||
# List of currencies with 0, 1, OR 3 decimals for minor units, or where there
|
||||
@ -583,4 +589,4 @@ minor3=\
|
||||
BHD-IQD-JOD-KWD-LYD-OMR-TND
|
||||
minorUndefined=\
|
||||
XAG-XAU-XBA-XBB-XBC-XBD-XDR-XFO-XFU-XPD-\
|
||||
XPT-XTS-XXX
|
||||
XPT-XSU-XTS-XUA-XXX
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2005, 2007, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 2005, 2011, Oracle and/or its affiliates. All rights reserved.
|
||||
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||
*
|
||||
* This code is free software; you can redistribute it and/or modify it
|
||||
@ -254,6 +254,7 @@ class LocaleISOData {
|
||||
+ "BM" + "BMU" // Bermuda
|
||||
+ "BN" + "BRN" // Brunei Darussalam
|
||||
+ "BO" + "BOL" // Bolivia, Republic of
|
||||
+ "BQ" + "BES" // Bonaire, Sint Eustatius and Saba
|
||||
+ "BR" + "BRA" // Brazil, Federative Republic of
|
||||
+ "BS" + "BHS" // Bahamas, Commonwealth of the
|
||||
+ "BT" + "BTN" // Bhutan, Kingdom of
|
||||
@ -277,6 +278,7 @@ class LocaleISOData {
|
||||
// + "CS" + "SCG" // Serbia and Montenegro
|
||||
+ "CU" + "CUB" // Cuba, Republic of
|
||||
+ "CV" + "CPV" // Cape Verde, Republic of
|
||||
+ "CW" + "CUW" // Cura\u00e7ao
|
||||
+ "CX" + "CXR" // Christmas Island
|
||||
+ "CY" + "CYP" // Cyprus, Republic of
|
||||
+ "CZ" + "CZE" // Czech Republic
|
||||
@ -433,6 +435,7 @@ class LocaleISOData {
|
||||
+ "SR" + "SUR" // Suriname, Republic of
|
||||
+ "ST" + "STP" // Sao Tome and Principe, Democratic Republic of
|
||||
+ "SV" + "SLV" // El Salvador, Republic of
|
||||
+ "SX" + "SXM" // Sint Maarten (Dutch part)
|
||||
+ "SY" + "SYR" // Syrian Arab Republic
|
||||
+ "SZ" + "SWZ" // Swaziland, Kingdom of
|
||||
+ "TC" + "TCA" // Turks and Caicos Islands
|
||||
|
@ -106,6 +106,7 @@ CNY=CNY
|
||||
COP=COP
|
||||
CRC=CRC
|
||||
CSD=CSD
|
||||
CUC=CUC
|
||||
CUP=CUP
|
||||
CVE=CVE
|
||||
CYP=CYP
|
||||
@ -232,6 +233,7 @@ SZL=SZL
|
||||
THB=THB
|
||||
TJS=TJS
|
||||
TMM=TMM
|
||||
TMT=TMT
|
||||
TND=TND
|
||||
TOP=TOP
|
||||
TPE=TPE
|
||||
@ -267,14 +269,18 @@ XOF=XOF
|
||||
XPD=XPD
|
||||
XPF=XPF
|
||||
XPT=XPT
|
||||
XSU=XSU
|
||||
XTS=XTS
|
||||
XUA=XUA
|
||||
XXX=XXX
|
||||
YER=YER
|
||||
YUM=YUM
|
||||
ZAR=ZAR
|
||||
ZMK=ZMK
|
||||
ZWD=ZWD
|
||||
ZWL=ZWL
|
||||
ZWN=ZWN
|
||||
ZWR=ZWR
|
||||
adp=Andorran Peseta
|
||||
aed=United Arab Emirates Dirham
|
||||
afa=Afghan Afghani (1927-2002)
|
||||
@ -317,6 +323,7 @@ cny=Chinese Yuan
|
||||
cop=Colombian Peso
|
||||
crc=Costa Rican Col\u00f3n
|
||||
csd=Serbian Dinar (2002-2006)
|
||||
cuc=Cuban Convertible Peso
|
||||
cup=Cuban Peso
|
||||
cve=Cape Verdean Escudo
|
||||
cyp=Cypriot Pound
|
||||
@ -443,6 +450,7 @@ szl=Swazi Lilangeni
|
||||
thb=Thai Baht
|
||||
tjs=Tajikistani Somoni
|
||||
tmm=Turkmenistani Manat (1993-2009)
|
||||
tmt=Turkmenistani Manat
|
||||
tnd=Tunisian Dinar
|
||||
top=Tongan Pa\u02bbanga
|
||||
tpe=Timorese Escudo
|
||||
@ -485,3 +493,5 @@ yum=Yugoslavian New Dinar (1994-2002)
|
||||
zar=South African Rand
|
||||
zmk=Zambian Kwacha
|
||||
zwd=Zimbabwean Dollar (1980-2008)
|
||||
zwl=Zimbabwean Dollar (2009)
|
||||
zwr=Zimbabwean Dollar (2008)
|
||||
|
@ -105,6 +105,7 @@ cny=Renminbi Yuan
|
||||
cop=Kolumbianischer Peso
|
||||
crc=Costa Rica Colon
|
||||
csd=Alter Serbischer Dinar
|
||||
cuc=Kubanischer Peso (konvertibel)
|
||||
cup=Kubanischer Peso
|
||||
cve=Kap Verde Escudo
|
||||
cyp=Zypern-Pfund
|
||||
@ -229,6 +230,7 @@ szl=Lilangeni
|
||||
thb=Baht
|
||||
tjs=Tadschikistan Somoni
|
||||
tmm=Turkmenistan-Manat
|
||||
tmt=Neuer Turkmenistan-Manat
|
||||
tnd=Tunesischer Dinar
|
||||
top=Pa\u02bbanga
|
||||
tpe=Timor-Escudo
|
||||
@ -270,3 +272,4 @@ yum=Neuer Dinar
|
||||
zar=S\u00fcdafrikanischer Rand
|
||||
zmk=Kwacha
|
||||
zwd=Simbabwe-Dollar
|
||||
zwl=Simbabwe-Dollar (2009)
|
||||
|
@ -105,6 +105,7 @@ cny=yuan renminbi chino
|
||||
cop=peso colombiano
|
||||
crc=col\u00f3n costarricense
|
||||
csd=antiguo dinar serbio
|
||||
cuc=peso cubano convertible
|
||||
cup=peso cubano
|
||||
cve=escudo de Cabo Verde
|
||||
cyp=libra chipriota
|
||||
@ -231,6 +232,7 @@ szl=lilangeni suazi
|
||||
thb=baht tailand\u00e9s
|
||||
tjs=somoni tayiko
|
||||
tmm=manat turcomano
|
||||
tmt=nuevo manat turcomano
|
||||
tnd=dinar tunecino
|
||||
top=pa\u02bbanga tongano
|
||||
tpe=escudo timorense
|
||||
@ -273,3 +275,4 @@ yum=super dinar yugoslavo
|
||||
zar=rand sudafricano
|
||||
zmk=kwacha zambiano
|
||||
zwd=d\u00f3lar de Zimbabue
|
||||
zwl=d\u00f3lar zimbabuense
|
||||
|
@ -0,0 +1,67 @@
|
||||
#
|
||||
# Copyright (c) 2011, Oracle and/or its affiliates. All rights reserved.
|
||||
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||
#
|
||||
# This code is free software; you can redistribute it and/or modify it
|
||||
# under the terms of the GNU General Public License version 2 only, as
|
||||
# published by the Free Software Foundation. Oracle designates this
|
||||
# particular file as subject to the "Classpath" exception as provided
|
||||
# by Oracle in the LICENSE file that accompanied this code.
|
||||
#
|
||||
# This code is distributed in the hope that it will be useful, but WITHOUT
|
||||
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
|
||||
# FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
|
||||
# version 2 for more details (a copy is included in the LICENSE file that
|
||||
# accompanied this code).
|
||||
#
|
||||
# You should have received a copy of the GNU General Public License version
|
||||
# 2 along with this work; if not, write to the Free Software Foundation,
|
||||
# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
|
||||
#
|
||||
# Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
|
||||
# or visit www.oracle.com if you need additional information or have any
|
||||
# questions.
|
||||
#
|
||||
|
||||
#
|
||||
# COPYRIGHT AND PERMISSION NOTICE
|
||||
#
|
||||
# Copyright (C) 1991-2011 Unicode, Inc. All rights reserved.
|
||||
# Distributed under the Terms of Use in http://www.unicode.org/copyright.html.
|
||||
#
|
||||
# Permission is hereby granted, free of charge, to any person obtaining
|
||||
# a copy of the Unicode data files and any associated documentation (the
|
||||
# "Data Files") or Unicode software and any associated documentation
|
||||
# (the "Software") to deal in the Data Files or Software without
|
||||
# restriction, including without limitation the rights to use, copy,
|
||||
# modify, merge, publish, distribute, and/or sell copies of the Data
|
||||
# Files or Software, and to permit persons to whom the Data Files or
|
||||
# Software are furnished to do so, provided that (a) the above copyright
|
||||
# notice(s) and this permission notice appear with all copies of the
|
||||
# Data Files or Software, (b) both the above copyright notice(s) and
|
||||
# this permission notice appear in associated documentation, and (c)
|
||||
# there is clear notice in each modified Data File or in the Software as
|
||||
# well as in the documentation associated with the Data File(s) or
|
||||
# Software that the data or software has been modified.
|
||||
#
|
||||
# THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
|
||||
# ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
|
||||
# WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
|
||||
# NONINFRINGEMENT OF THIRD PARTY RIGHTS. IN NO EVENT SHALL THE COPYRIGHT
|
||||
# HOLDER OR HOLDERS INCLUDED IN THIS NOTICE BE LIABLE FOR ANY CLAIM, OR
|
||||
# ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, OR ANY DAMAGES
|
||||
# WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
|
||||
# ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT
|
||||
# OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE DATA FILES OR
|
||||
# SOFTWARE.
|
||||
#
|
||||
# Except as contained in this notice, the name of a copyright holder
|
||||
# shall not be used in advertising or otherwise to promote the sale, use
|
||||
# or other dealings in these Data Files or Software without prior
|
||||
# written authorization of the copyright holder.
|
||||
|
||||
#
|
||||
# Generated automatically from the Common Locale Data Repository. DO NOT EDIT!
|
||||
#
|
||||
CUP=CU$
|
||||
CUC=CUC$
|
@ -1,5 +1,5 @@
|
||||
#
|
||||
# Copyright (c) 2005, Oracle and/or its affiliates. All rights reserved.
|
||||
#
|
||||
# Copyright (c) 2005, 2011, Oracle and/or its affiliates. All rights reserved.
|
||||
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||
#
|
||||
# This code is free software; you can redistribute it and/or modify it
|
||||
@ -21,18 +21,49 @@
|
||||
# Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
|
||||
# or visit www.oracle.com if you need additional information or have any
|
||||
# questions.
|
||||
#
|
||||
|
||||
# (C) Copyright Taligent, Inc. 1996, 1997 - All Rights Reserved
|
||||
# (C) Copyright IBM Corp. 1996 - 1999 - All Rights Reserved
|
||||
#
|
||||
# The original version of this source code and documentation
|
||||
# is copyrighted and owned by Taligent, Inc., a wholly-owned
|
||||
# subsidiary of IBM. These materials are provided under terms
|
||||
# of a License Agreement between Taligent and Sun. This technology
|
||||
# is protected by multiple US and International patents.
|
||||
#
|
||||
# This notice and attribution to Taligent may not be removed.
|
||||
# Taligent is a registered trademark of Taligent, Inc.
|
||||
|
||||
#
|
||||
# COPYRIGHT AND PERMISSION NOTICE
|
||||
#
|
||||
# Copyright (C) 1991-2011 Unicode, Inc. All rights reserved.
|
||||
# Distributed under the Terms of Use in http://www.unicode.org/copyright.html.
|
||||
#
|
||||
# Permission is hereby granted, free of charge, to any person obtaining
|
||||
# a copy of the Unicode data files and any associated documentation (the
|
||||
# "Data Files") or Unicode software and any associated documentation
|
||||
# (the "Software") to deal in the Data Files or Software without
|
||||
# restriction, including without limitation the rights to use, copy,
|
||||
# modify, merge, publish, distribute, and/or sell copies of the Data
|
||||
# Files or Software, and to permit persons to whom the Data Files or
|
||||
# Software are furnished to do so, provided that (a) the above copyright
|
||||
# notice(s) and this permission notice appear with all copies of the
|
||||
# Data Files or Software, (b) both the above copyright notice(s) and
|
||||
# this permission notice appear in associated documentation, and (c)
|
||||
# there is clear notice in each modified Data File or in the Software as
|
||||
# well as in the documentation associated with the Data File(s) or
|
||||
# Software that the data or software has been modified.
|
||||
#
|
||||
# THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
|
||||
# ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
|
||||
# WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
|
||||
# NONINFRINGEMENT OF THIRD PARTY RIGHTS. IN NO EVENT SHALL THE COPYRIGHT
|
||||
# HOLDER OR HOLDERS INCLUDED IN THIS NOTICE BE LIABLE FOR ANY CLAIM, OR
|
||||
# ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, OR ANY DAMAGES
|
||||
# WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
|
||||
# ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT
|
||||
# OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE DATA FILES OR
|
||||
# SOFTWARE.
|
||||
#
|
||||
# Except as contained in this notice, the name of a copyright holder
|
||||
# shall not be used in advertising or otherwise to promote the sale, use
|
||||
# or other dealings in these Data Files or Software without prior
|
||||
# written authorization of the copyright holder.
|
||||
|
||||
#
|
||||
# Generated automatically from the Common Locale Data Repository. DO NOT EDIT!
|
||||
#
|
||||
EEK=kr
|
||||
eek=Eesti kroon
|
||||
EUR=\u20ac
|
||||
eur=euro
|
||||
|
@ -105,6 +105,7 @@ cny=yuan renminbi chinois
|
||||
cop=peso colombien
|
||||
crc=col\u00f3n costaricain
|
||||
csd=dinar serbo-mont\u00e9n\u00e9grin
|
||||
cuc=peso cubain convertible
|
||||
cup=peso cubain
|
||||
cve=escudo capverdien
|
||||
cyp=livre chypriote
|
||||
@ -231,6 +232,7 @@ szl=lilangeni swazi
|
||||
thb=baht tha\u00eflandais
|
||||
tjs=somoni tadjik
|
||||
tmm=manat turkm\u00e8ne
|
||||
tmt=nouveau manat turkm\u00e8ne
|
||||
tnd=dinar tunisien
|
||||
top=pa\u2019anga tongan
|
||||
tpe=escudo timorais
|
||||
|
@ -105,6 +105,7 @@ cny=\u4e2d\u56fd\u4eba\u6c11\u5143
|
||||
cop=\u30b3\u30ed\u30f3\u30d3\u30a2 \u30da\u30bd
|
||||
crc=\u30b3\u30b9\u30bf\u30ea\u30ab \u30b3\u30ed\u30f3
|
||||
csd=\u30bb\u30eb\u30d3\u30a2\u30f3 \u30c7\u30a3\u30ca\u30fc\u30eb
|
||||
cuc=\u30ad\u30e5\u30fc\u30d0 \u514c\u63db\u30da\u30bd
|
||||
cup=\u30ad\u30e5\u30fc\u30d0 \u30da\u30bd
|
||||
cve=\u30ab\u30fc\u30dc\u30d9\u30eb\u30c7 \u30a8\u30b9\u30af\u30fc\u30c9
|
||||
cyp=\u30ad\u30d7\u30ed\u30b9 \u30dd\u30f3\u30c9
|
||||
@ -231,6 +232,7 @@ szl=\u30b9\u30ef\u30b8\u30e9\u30f3\u30c9 \u30ea\u30e9\u30f3\u30b2\u30cb
|
||||
thb=\u30bf\u30a4 \u30d0\u30fc\u30c4
|
||||
tjs=\u30bf\u30b8\u30ad\u30b9\u30bf\u30f3 \u30bd\u30e2\u30cb
|
||||
tmm=\u30c8\u30eb\u30af\u30e1\u30cb\u30b9\u30bf\u30f3 \u30de\u30ca\u30c8
|
||||
tmt=\u30c8\u30eb\u30af\u30e1\u30cb\u30b9\u30bf\u30f3 \u65b0\u30de\u30ca\u30c8
|
||||
tnd=\u30c1\u30e5\u30cb\u30b8\u30a2 \u30c7\u30a3\u30ca\u30fc\u30eb
|
||||
top=\u30c8\u30f3\u30ac \u30d1\u30fb\u30a2\u30f3\u30ac
|
||||
tpe=\u30c6\u30a3\u30e2\u30fc\u30eb \u30a8\u30b9\u30af\u30fc\u30c9
|
||||
@ -273,3 +275,4 @@ yum=\u30e6\u30fc\u30b4\u30b9\u30e9\u30d3\u30a2 \u30b9\u30fc\u30d1\u30fc \u30c7\u
|
||||
zar=\u5357\u30a2\u30d5\u30ea\u30ab \u30e9\u30f3\u30c9
|
||||
zmk=\u30b6\u30f3\u30d3\u30a2 \u30af\u30ef\u30c1\u30e3
|
||||
zwd=\u30b8\u30f3\u30d0\u30d6\u30a8 \u30c9\u30eb
|
||||
zwl=\u30b8\u30f3\u30d0\u30d6\u30a8 \u30c9\u30eb (2009)
|
||||
|
@ -105,6 +105,7 @@ cny=\uc911\uad6d \uc704\uc548 \uc778\ubbfc\ud3d0
|
||||
cop=\ucf5c\ub86c\ube44\uc544 \ud398\uc18c
|
||||
crc=\ucf54\uc2a4\ud0c0\ub9ac\uce74 \ucf5c\ub860
|
||||
csd=\uace0 \uc138\ub974\ube44\uc544 \ub514\ub098\ub974
|
||||
cuc=\ucfe0\ubc14 \ud0dc\ud658 \ud398\uc18c
|
||||
cup=\ucfe0\ubc14 \ud398\uc18c
|
||||
cve=\uce74\ubcf4\ubca0\ub974\ub370 \uc5d0\uc2a4\ucfe0\ub3c4
|
||||
cyp=\uc2f8\uc774\ud504\ub7ec\uc2a4 \ud30c\uc6b4\ub4dc
|
||||
|
@ -87,6 +87,7 @@ bhd=Dinar bareinita
|
||||
bif=Franco do Burundi
|
||||
bmd=D\u00f3lar das Bermudas
|
||||
bnd=D\u00f3lar do Brunei
|
||||
bob=Boliviano
|
||||
bov=Mvdol boliviano
|
||||
brl=Real brasileiro
|
||||
bsd=D\u00f3lar das Bahamas
|
||||
@ -104,6 +105,7 @@ cny=Yuan Renminbi chin\u00eas
|
||||
cop=Peso colombiano
|
||||
crc=Colon da Costa Rica
|
||||
csd=Dinar s\u00e9rvio antigo
|
||||
cuc=Peso cubano convers\u00edvel
|
||||
cup=Peso cubano
|
||||
cve=Escudo cabo-verdiano
|
||||
cyp=Libra cipriota
|
||||
@ -229,6 +231,7 @@ szl=Lilangeni da Suazil\u00e2ndia
|
||||
thb=Baht tailand\u00eas
|
||||
tjs=Somoni tadjique
|
||||
tmm=Manat do Turcomenist\u00e3o
|
||||
tmt=Novo Manat do Turcomenist\u00e3o
|
||||
tnd=Dinar tunisiano
|
||||
top=Pa\u02bbanga de Tonga
|
||||
tpe=Escudo timorense
|
||||
@ -271,3 +274,5 @@ yum=Dinar noviy iugoslavo
|
||||
zar=Rand sul-africano
|
||||
zmk=Cuacha zambiano
|
||||
zwd=D\u00f3lar do Zimb\u00e1bue
|
||||
zwl=D\u00f3lar do Zimb\u00e1bue (2009)
|
||||
zwr=D\u00f3lar do Zimb\u00e1bue (2008)
|
||||
|
@ -1,5 +1,5 @@
|
||||
#
|
||||
# Copyright (c) 2005, Oracle and/or its affiliates. All rights reserved.
|
||||
#
|
||||
# Copyright (c) 2005, 2011, Oracle and/or its affiliates. All rights reserved.
|
||||
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||
#
|
||||
# This code is free software; you can redistribute it and/or modify it
|
||||
@ -21,18 +21,48 @@
|
||||
# Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
|
||||
# or visit www.oracle.com if you need additional information or have any
|
||||
# questions.
|
||||
#
|
||||
|
||||
# (C) Copyright Taligent, Inc. 1996, 1997 - All Rights Reserved
|
||||
# (C) Copyright IBM Corp. 1996 - 1999 - All Rights Reserved
|
||||
#
|
||||
# The original version of this source code and documentation
|
||||
# is copyrighted and owned by Taligent, Inc., a wholly-owned
|
||||
# subsidiary of IBM. These materials are provided under terms
|
||||
# of a License Agreement between Taligent and Sun. This technology
|
||||
# is protected by multiple US and International patents.
|
||||
#
|
||||
# This notice and attribution to Taligent may not be removed.
|
||||
# Taligent is a registered trademark of Taligent, Inc.
|
||||
|
||||
#
|
||||
# COPYRIGHT AND PERMISSION NOTICE
|
||||
#
|
||||
# Copyright (C) 1991-2011 Unicode, Inc. All rights reserved.
|
||||
# Distributed under the Terms of Use in http://www.unicode.org/copyright.html.
|
||||
#
|
||||
# Permission is hereby granted, free of charge, to any person obtaining
|
||||
# a copy of the Unicode data files and any associated documentation (the
|
||||
# "Data Files") or Unicode software and any associated documentation
|
||||
# (the "Software") to deal in the Data Files or Software without
|
||||
# restriction, including without limitation the rights to use, copy,
|
||||
# modify, merge, publish, distribute, and/or sell copies of the Data
|
||||
# Files or Software, and to permit persons to whom the Data Files or
|
||||
# Software are furnished to do so, provided that (a) the above copyright
|
||||
# notice(s) and this permission notice appear with all copies of the
|
||||
# Data Files or Software, (b) both the above copyright notice(s) and
|
||||
# this permission notice appear in associated documentation, and (c)
|
||||
# there is clear notice in each modified Data File or in the Software as
|
||||
# well as in the documentation associated with the Data File(s) or
|
||||
# Software that the data or software has been modified.
|
||||
#
|
||||
# THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
|
||||
# ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
|
||||
# WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
|
||||
# NONINFRINGEMENT OF THIRD PARTY RIGHTS. IN NO EVENT SHALL THE COPYRIGHT
|
||||
# HOLDER OR HOLDERS INCLUDED IN THIS NOTICE BE LIABLE FOR ANY CLAIM, OR
|
||||
# ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, OR ANY DAMAGES
|
||||
# WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
|
||||
# ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT
|
||||
# OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE DATA FILES OR
|
||||
# SOFTWARE.
|
||||
#
|
||||
# Except as contained in this notice, the name of a copyright holder
|
||||
# shall not be used in advertising or otherwise to promote the sale, use
|
||||
# or other dealings in these Data Files or Software without prior
|
||||
# written authorization of the copyright holder.
|
||||
|
||||
#
|
||||
# Generated automatically from the Common Locale Data Repository. DO NOT EDIT!
|
||||
#
|
||||
SKK=Sk
|
||||
skk=Slovensk\u00e1 koruna
|
||||
EUR=\u20ac
|
||||
|
@ -106,6 +106,7 @@ clp=\u667a\u5229\u6bd4\u7d22
|
||||
cop=\u54e5\u4f26\u6bd4\u4e9a\u6bd4\u7d22
|
||||
crc=\u54e5\u65af\u8fbe\u9ece\u52a0\u79d1\u6717
|
||||
csd=\u65e7\u585e\u5c14\u7ef4\u4e9a\u7b2c\u7eb3\u5c14
|
||||
cuc=\u53e4\u5df4\u53ef\u5151\u6362\u6bd4\u7d22
|
||||
cup=\u53e4\u5df4\u6bd4\u7d22
|
||||
cve=\u4f5b\u5f97\u89d2\u57c3\u65af\u5e93\u591a
|
||||
cyp=\u585e\u6d66\u8def\u65af\u9551
|
||||
@ -231,6 +232,7 @@ szl=\u65af\u5a01\u58eb\u5170\u91cc\u5170\u5409\u5c3c
|
||||
thb=\u6cf0\u94e2
|
||||
tjs=\u5854\u5409\u514b\u65af\u5766\u7d22\u83ab\u5c3c
|
||||
tmm=\u571f\u5e93\u66fc\u65af\u5766\u9a6c\u7eb3\u7279
|
||||
tmt=\u571f\u5e93\u66fc\u65af\u5766\u65b0\u9a6c\u7eb3\u7279
|
||||
tnd=\u7a81\u5c3c\u65af\u7b2c\u7eb3\u5c14
|
||||
top=\u6c64\u52a0\u6f58\u52a0
|
||||
tpe=\u5e1d\u6c76\u57c3\u65af\u5e93\u591a
|
||||
@ -273,3 +275,4 @@ yum=\u5357\u65af\u62c9\u592b\u504c\u5a01\u7b2c\u7eb3\u5c14
|
||||
zar=\u5357\u975e\u5170\u7279
|
||||
zmk=\u8d5e\u6bd4\u4e9a\u514b\u74e6\u67e5
|
||||
zwd=\u6d25\u5df4\u5e03\u97e6\u5143
|
||||
zwl=\u6d25\u5df4\u5e03\u97e6\u5143 (2009)
|
||||
|
@ -107,6 +107,7 @@ cny=\u4eba\u6c11\u5e63
|
||||
cop=\u54e5\u502b\u6bd4\u4e9e\u62ab\u7d22
|
||||
crc=\u54e5\u65af\u5927\u9ece\u52a0\u79d1\u90ce
|
||||
csd=\u65e7\u585e\u5c14\u7ef4\u4e9a\u7b2c\u7eb3\u5c14
|
||||
cuc=\u53e4\u5df4\u53ef\u8f49\u63db\u62ab\u7d22
|
||||
cup=\u53e4\u5df4\u62ab\u7d22
|
||||
cve=\u7dad\u5fb7\u89d2\u57c3\u65af\u5eab\u591a
|
||||
cyp=\u8cfd\u666e\u52d2\u65af\u938a
|
||||
@ -233,6 +234,7 @@ szl=\u65af\u5a01\u58eb\u5170\u91cc\u5170\u5409\u5c3c
|
||||
thb=\u6cf0\u9296
|
||||
tjs=\u5854\u5409\u514b\u65af\u5766\u7d22\u83ab\u5c3c
|
||||
tmm=\u571f\u5eab\u66fc\u99ac\u7d0d\u7279
|
||||
tmt=\u571f\u5eab\u66fc\u65b0\u99ac\u7d0d\u7279
|
||||
tnd=\u7a81\u5c3c\u897f\u4e9e\u7b2c\u7d0d\u723e
|
||||
top=\u6771\u52a0\u6f58\u52a0
|
||||
tpe=\u5e1d\u6c76\u57c3\u65af\u5e93\u591a
|
||||
@ -274,3 +276,4 @@ yum=\u5357\u65af\u62c9\u592b\u632a\u5a01\u4e9e\u7b2c\u7d0d\u723e
|
||||
zar=\u5357\u975e\u862d\u7279
|
||||
zmk=\u5c1a\u6bd4\u4e9e\u514b\u74e6\u67e5
|
||||
zwd=\u8f9b\u5df4\u5a01\u5143
|
||||
zwl=\u8f9b\u5df4\u5a01\u5143 (2009)
|
||||
|
@ -1,5 +1,5 @@
|
||||
#
|
||||
# Copyright (c) 2005, 2010, Oracle and/or its affiliates. All rights reserved.
|
||||
# Copyright (c) 2005, 2011, Oracle and/or its affiliates. All rights reserved.
|
||||
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||
#
|
||||
# This code is free software; you can redistribute it and/or modify it
|
||||
@ -898,6 +898,7 @@ BL=Saint Barth\u00e9lemy
|
||||
BM=Bermuda
|
||||
BN=Brunei
|
||||
BO=Bolivia
|
||||
BQ=Bonaire, Sint Eustatius and Saba
|
||||
BR=Brazil
|
||||
BS=Bahamas
|
||||
BT=Bhutan
|
||||
@ -921,6 +922,7 @@ CR=Costa Rica
|
||||
CS=Serbia and Montenegro
|
||||
CU=Cuba
|
||||
CV=Cape Verde
|
||||
CW=Cura\u00e7ao
|
||||
CX=Christmas Island
|
||||
CY=Cyprus
|
||||
CZ=Czech Republic
|
||||
@ -1077,6 +1079,7 @@ SO=Somalia
|
||||
SR=Suriname
|
||||
ST=Sao Tome And Principe
|
||||
SV=El Salvador
|
||||
SX=Sint Maarten (Dutch part)
|
||||
SY=Syria
|
||||
SZ=Swaziland
|
||||
TC=Turks And Caicos Islands
|
||||
|
@ -22,7 +22,7 @@
|
||||
*/
|
||||
/*
|
||||
* @test
|
||||
* @bug 4691089 4819436 4942982 5104960 6544471 6627549
|
||||
* @bug 4691089 4819436 4942982 5104960 6544471 6627549 7066203
|
||||
* @summary Validate ISO 4217 data for Currency class.
|
||||
*/
|
||||
|
||||
@ -92,7 +92,7 @@ public class ValidateISO4217 {
|
||||
|
||||
/* Codes that are obsolete, do not have related country */
|
||||
static final String otherCodes =
|
||||
"ADP-AFA-ATS-AYM-BEF-BGL-BOV-BYB-CLF-CYP-DEM-ESP-FIM-FRF-GRD-GWP-IEP-ITL-LUF-MGF-MTL-MXV-NLG-PTE-RUR-SDD-SIT-SRG-TPE-TRL-VEF-USN-USS-XAG-XAU-XBA-XBB-XBC-XBD-XDR-XFO-XFU-XPD-XPT-XTS-XXX-YUM-ZWN";
|
||||
"ADP-AFA-ATS-AYM-BEF-BGL-BOV-BYB-CLF-CUC-CYP-DEM-EEK-ESP-FIM-FRF-GRD-GWP-IEP-ITL-LUF-MGF-MTL-MXV-NLG-PTE-RUR-SDD-SIT-SKK-SRG-TMM-TPE-TRL-VEF-USN-USS-XAG-XAU-XBA-XBB-XBC-XBD-XDR-XFO-XFU-XPD-XPT-XSU-XTS-XUA-XXX-YUM-ZWD-ZWN-ZWR";
|
||||
|
||||
static boolean err = false;
|
||||
|
||||
|
@ -1,12 +1,12 @@
|
||||
#
|
||||
#
|
||||
# Based on BSi's ISO4217 data - "TABLE A1.doc" + amendments up until MA140.doc
|
||||
# (As of 24 September 2007)
|
||||
# Based on BSi's ISO4217 data - "TABLE A1.doc" + amendments up until MA151.doc
|
||||
# (As of 7 April 2011)
|
||||
#
|
||||
|
||||
# Version
|
||||
FILEVERSION=1
|
||||
DATAVERSION=140
|
||||
DATAVERSION=151
|
||||
|
||||
# ISO 4217 currency data
|
||||
AF AFN 971 2
|
||||
@ -33,6 +33,7 @@ BE EUR 978 2
|
||||
BZ BZD 84 2
|
||||
BJ XOF 952 0
|
||||
BM BMD 60 2
|
||||
BQ USD 840 2
|
||||
#BT INR 356 2
|
||||
BT BTN 64 2
|
||||
BO BOB 68 2
|
||||
@ -68,6 +69,7 @@ CR CRC 188 2
|
||||
CI XOF 952 0
|
||||
HR HRK 191 2
|
||||
CU CUP 192 2
|
||||
CW ANG 532 2
|
||||
CY EUR 978 2
|
||||
CZ CZK 203 2
|
||||
DK DKK 208 2
|
||||
@ -80,7 +82,7 @@ SV SVC 222 2
|
||||
#SV USD 840 2
|
||||
GQ XAF 950 0
|
||||
ER ERN 232 2
|
||||
EE EEK 233 2
|
||||
EE EUR 978 2
|
||||
ET ETB 230 2
|
||||
FK FKP 238 2
|
||||
FO DKK 208 2
|
||||
@ -218,7 +220,7 @@ CS CSD 891 2
|
||||
SC SCR 690 2
|
||||
SL SLL 694 2
|
||||
SG SGD 702 2
|
||||
SK SKK 703 2
|
||||
SK EUR 978 2
|
||||
# MA 131
|
||||
#SI SIT 705 2
|
||||
SI EUR 978 2
|
||||
@ -230,6 +232,7 @@ LK LKR 144 2
|
||||
SD SDG 938 2
|
||||
SR SRD 968 2
|
||||
SJ NOK 578 2
|
||||
SX ANG 532 2
|
||||
SZ SZL 748 2
|
||||
SE SEK 752 2
|
||||
CH CHF 756 2
|
||||
@ -249,7 +252,7 @@ TN TND 788 3
|
||||
# MA 128
|
||||
#TR TRL 792 0
|
||||
TR TRY 949 2
|
||||
TM TMM 795 2
|
||||
TM TMT 934 2
|
||||
TC USD 840 2
|
||||
TV AUD 36 2
|
||||
UG UGX 800 2
|
||||
@ -271,7 +274,7 @@ WF XPF 953 0
|
||||
EH MAD 504 2
|
||||
YE YER 886 2
|
||||
ZM ZMK 894 2
|
||||
ZW ZWD 716 2
|
||||
ZW ZWL 932 2
|
||||
#XAU XAU 959
|
||||
#XBA XBA 955
|
||||
#XBB XBB 956
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2007, 2010, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 2007, 2011, Oracle and/or its affiliates. All rights reserved.
|
||||
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||
*
|
||||
* This code is free software; you can redistribute it and/or modify it
|
||||
@ -25,7 +25,7 @@
|
||||
* @bug 4052404 4052440 4084688 4092475 4101316 4105828 4107014 4107953 4110613
|
||||
* 4118587 4118595 4122371 4126371 4126880 4135316 4135752 4139504 4139940 4143951
|
||||
* 4147315 4147317 4147552 4335196 4778440 4940539 5010672 6475525 6544471 6627549
|
||||
* 6786276
|
||||
* 6786276 7066203
|
||||
* @summary test Locales
|
||||
*/
|
||||
/*
|
||||
@ -400,7 +400,7 @@ public class LocaleTest extends LocaleTestFmwk {
|
||||
}
|
||||
|
||||
/**
|
||||
* @bug 4106155 4118587
|
||||
* @bug 4106155 4118587 7066203
|
||||
*/
|
||||
public void TestGetLangsAndCountries() {
|
||||
// It didn't seem right to just do an exhaustive test of everything here, so I check
|
||||
@ -440,8 +440,8 @@ public class LocaleTest extends LocaleTestFmwk {
|
||||
String[] spotCheck2 = { "US", "CA", "GB", "FR", "DE", "IT", "JP", "KR", "CN", "TW", "TH" };
|
||||
|
||||
|
||||
if (test.length != 246)
|
||||
errln("Expected getISOCountries to return 246 countries; it returned " + test.length);
|
||||
if (test.length != 249)
|
||||
errln("Expected getISOCountries to return 249 countries; it returned " + test.length);
|
||||
else {
|
||||
for (int i = 0; i < spotCheck2.length; i++) {
|
||||
int j;
|
||||
|
@ -6953,3 +6953,56 @@ CurrencyNames/de/mxv=Mexican Unidad de Inversion (UDI)
|
||||
CurrencyNames/de/svc=El Salvador Colon
|
||||
|
||||
CurrencyNames/it/bob=Boliviano
|
||||
|
||||
# bug 7066203
|
||||
CurrencyNames//CUC=CUC
|
||||
CurrencyNames//TMT=TMT
|
||||
CurrencyNames//XSU=XSU
|
||||
CurrencyNames//XUA=XUA
|
||||
CurrencyNames//ZWL=ZWL
|
||||
CurrencyNames//ZWR=ZWR
|
||||
CurrencyNames//cuc=Cuban Convertible Peso
|
||||
CurrencyNames//tmt=Turkmenistani Manat
|
||||
CurrencyNames//zwl=Zimbabwean Dollar (2009)
|
||||
CurrencyNames//zwr=Zimbabwean Dollar (2008)
|
||||
|
||||
CurrencyNames/de/cuc=Kubanischer Peso (konvertibel)
|
||||
CurrencyNames/de/tmt=Neuer Turkmenistan-Manat
|
||||
CurrencyNames/de/zwl=Simbabwe-Dollar (2009)
|
||||
|
||||
CurrencyNames/es/cuc=peso cubano convertible
|
||||
CurrencyNames/es/tmt=nuevo manat turcomano
|
||||
CurrencyNames/es/zwl=d\u00f3lar zimbabuense
|
||||
|
||||
CurrencyNames/es_CU/CUP=CU$
|
||||
CurrencyNames/es_CU/CUC=CUC$
|
||||
|
||||
CurrencyNames/et_EE/eek=Eesti kroon
|
||||
CurrencyNames/et_EE/EUR=\u20ac
|
||||
CurrencyNames/et_EE/eur=euro
|
||||
|
||||
CurrencyNames/fr/cuc=peso cubain convertible
|
||||
CurrencyNames/fr/tmt=nouveau manat turkm\u00e8ne
|
||||
|
||||
CurrencyNames/ja/cuc=\u30ad\u30e5\u30fc\u30d0 \u514c\u63db\u30da\u30bd
|
||||
CurrencyNames/ja/tmt=\u30c8\u30eb\u30af\u30e1\u30cb\u30b9\u30bf\u30f3 \u65b0\u30de\u30ca\u30c8
|
||||
CurrencyNames/ja/zwl=\u30b8\u30f3\u30d0\u30d6\u30a8 \u30c9\u30eb (2009)
|
||||
|
||||
CurrencyNames/ko/cuc=\ucfe0\ubc14 \ud0dc\ud658 \ud398\uc18c
|
||||
|
||||
CurrencyNames/pt/bob=Boliviano
|
||||
CurrencyNames/pt/cuc=Peso cubano convers\u00edvel
|
||||
CurrencyNames/pt/tmt=Novo Manat do Turcomenist\u00e3o
|
||||
CurrencyNames/pt/zwl=D\u00f3lar do Zimb\u00e1bue (2009)
|
||||
CurrencyNames/pt/zwr=D\u00f3lar do Zimb\u00e1bue (2008)
|
||||
|
||||
CurrencyNames/sk_SK/skk=Slovensk\u00e1 koruna
|
||||
CurrencyNames/sk_SK/EUR=\u20ac
|
||||
|
||||
CurrencyNames/zh_CN/cuc=\u53e4\u5df4\u53ef\u5151\u6362\u6bd4\u7d22
|
||||
CurrencyNames/zh_CN/tmt=\u571f\u5e93\u66fc\u65af\u5766\u65b0\u9a6c\u7eb3\u7279
|
||||
CurrencyNames/zh_CN/zwl=\u6d25\u5df4\u5e03\u97e6\u5143 (2009)
|
||||
|
||||
CurrencyNames/zh_TW/cuc=\u53e4\u5df4\u53ef\u8f49\u63db\u62ab\u7d22
|
||||
CurrencyNames/zh_TW/tmt=\u571f\u5eab\u66fc\u65b0\u99ac\u7d0d\u7279
|
||||
CurrencyNames/zh_TW/zwl=\u8f9b\u5df4\u5a01\u5143 (2009)
|
||||
|
@ -33,7 +33,7 @@
|
||||
* 6379214 6485516 6486607 4225362 4494727 6533691 6531591 6531593 6570259
|
||||
* 6509039 6609737 6610748 6645271 6507067 6873931 6450945 6645268 6646611
|
||||
* 6645405 6650730 6910489 6573250 6870908 6585666 6716626 6914413 6916787
|
||||
* 6919624 6998391 7019267 7020960 7025837 7020583 7036905
|
||||
* 6919624 6998391 7019267 7020960 7025837 7020583 7036905 7066203
|
||||
* @summary Verify locale data
|
||||
*
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user