Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
openanolis
dragonwell8_jdk
提交
bf2b5579
D
dragonwell8_jdk
项目概览
openanolis
/
dragonwell8_jdk
通知
4
Star
2
Fork
0
代码
文件
提交
分支
Tags
贡献者
分支图
Diff
Issue
0
列表
看板
标记
里程碑
合并请求
0
Wiki
0
Wiki
分析
仓库
DevOps
项目成员
Pages
D
dragonwell8_jdk
项目概览
项目概览
详情
发布
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
Issue
0
Issue
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
Pages
分析
分析
仓库分析
DevOps
Wiki
0
Wiki
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
创建新Issue
提交
Issue看板
提交
bf2b5579
编写于
8月 14, 2011
作者:
Y
yhuang
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
7066203: Update currency data to the latest ISO 4217 standard
Reviewed-by: naoto
上级
9d2d3c79
变更
22
隐藏空白更改
内联
并排
Showing
22 changed file
with
282 addition
and
52 deletion
+282
-52
make/java/util/FILES_properties.gmk
make/java/util/FILES_properties.gmk
+1
-0
make/tools/src/build/tools/generatecurrencydata/GenerateCurrencyData.java
...uild/tools/generatecurrencydata/GenerateCurrencyData.java
+2
-2
src/share/classes/java/util/CurrencyData.properties
src/share/classes/java/util/CurrencyData.properties
+15
-9
src/share/classes/java/util/LocaleISOData.java
src/share/classes/java/util/LocaleISOData.java
+4
-1
src/share/classes/sun/util/resources/CurrencyNames.properties
...share/classes/sun/util/resources/CurrencyNames.properties
+10
-0
src/share/classes/sun/util/resources/CurrencyNames_de.properties
...re/classes/sun/util/resources/CurrencyNames_de.properties
+3
-0
src/share/classes/sun/util/resources/CurrencyNames_es.properties
...re/classes/sun/util/resources/CurrencyNames_es.properties
+3
-0
src/share/classes/sun/util/resources/CurrencyNames_es_CU.properties
...classes/sun/util/resources/CurrencyNames_es_CU.properties
+67
-0
src/share/classes/sun/util/resources/CurrencyNames_et_EE.properties
...classes/sun/util/resources/CurrencyNames_et_EE.properties
+43
-12
src/share/classes/sun/util/resources/CurrencyNames_fr.properties
...re/classes/sun/util/resources/CurrencyNames_fr.properties
+2
-0
src/share/classes/sun/util/resources/CurrencyNames_ja.properties
...re/classes/sun/util/resources/CurrencyNames_ja.properties
+3
-0
src/share/classes/sun/util/resources/CurrencyNames_ko.properties
...re/classes/sun/util/resources/CurrencyNames_ko.properties
+1
-0
src/share/classes/sun/util/resources/CurrencyNames_pt.properties
...re/classes/sun/util/resources/CurrencyNames_pt.properties
+5
-0
src/share/classes/sun/util/resources/CurrencyNames_sk_SK.properties
...classes/sun/util/resources/CurrencyNames_sk_SK.properties
+42
-12
src/share/classes/sun/util/resources/CurrencyNames_zh_CN.properties
...classes/sun/util/resources/CurrencyNames_zh_CN.properties
+3
-0
src/share/classes/sun/util/resources/CurrencyNames_zh_TW.properties
...classes/sun/util/resources/CurrencyNames_zh_TW.properties
+3
-0
src/share/classes/sun/util/resources/LocaleNames.properties
src/share/classes/sun/util/resources/LocaleNames.properties
+4
-1
test/java/util/Currency/ValidateISO4217.java
test/java/util/Currency/ValidateISO4217.java
+2
-2
test/java/util/Currency/tablea1.txt
test/java/util/Currency/tablea1.txt
+10
-7
test/java/util/Locale/LocaleTest.java
test/java/util/Locale/LocaleTest.java
+5
-5
test/sun/text/resources/LocaleData
test/sun/text/resources/LocaleData
+53
-0
test/sun/text/resources/LocaleDataTest.java
test/sun/text/resources/LocaleDataTest.java
+1
-1
未找到文件。
make/java/util/FILES_properties.gmk
浏览文件 @
bf2b5579
...
@@ -151,6 +151,7 @@ FILES_compiled_properties = \
...
@@ -151,6 +151,7 @@ FILES_compiled_properties = \
sun/util/resources/CurrencyNames_es_CL.properties \
sun/util/resources/CurrencyNames_es_CL.properties \
sun/util/resources/CurrencyNames_es_CO.properties \
sun/util/resources/CurrencyNames_es_CO.properties \
sun/util/resources/CurrencyNames_es_CR.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_DO.properties \
sun/util/resources/CurrencyNames_es_EC.properties \
sun/util/resources/CurrencyNames_es_EC.properties \
sun/util/resources/CurrencyNames_es_ES.properties \
sun/util/resources/CurrencyNames_es_ES.properties \
...
...
make/tools/src/build/tools/generatecurrencydata/GenerateCurrencyData.java
浏览文件 @
bf2b5579
/*
/*
* Copyright (c) 2001, 20
06
, Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2001, 20
11
, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
*
* This code is free software; you can redistribute it and/or modify it
* This code is free software; you can redistribute it and/or modify it
...
@@ -120,7 +120,7 @@ public class GenerateCurrencyData {
...
@@ -120,7 +120,7 @@ public class GenerateCurrencyData {
private
static
int
[]
specialCaseOldCurrenciesNumericCode
=
new
int
[
maxSpecialCases
];
private
static
int
[]
specialCaseOldCurrenciesNumericCode
=
new
int
[
maxSpecialCases
];
private
static
int
[]
specialCaseNewCurrenciesNumericCode
=
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
int
otherCurrenciesCount
=
0
;
private
static
StringBuffer
otherCurrencies
=
new
StringBuffer
();
private
static
StringBuffer
otherCurrencies
=
new
StringBuffer
();
private
static
int
[]
otherCurrenciesDefaultFractionDigits
=
new
int
[
maxOtherCurrencies
];
private
static
int
[]
otherCurrenciesDefaultFractionDigits
=
new
int
[
maxOtherCurrencies
];
...
...
src/share/classes/java/util/CurrencyData.properties
浏览文件 @
bf2b5579
...
@@ -29,7 +29,7 @@ formatVersion=1
...
@@ -29,7 +29,7 @@ formatVersion=1
# It is a serial number that accompanies with each amendment, such as
# It is a serial number that accompanies with each amendment, such as
# 'MAxxx.doc'
# 'MAxxx.doc'
dataVersion
=
1
40
dataVersion
=
1
51
# List of all valid ISO 4217 currency codes.
# List of all valid ISO 4217 currency codes.
# To ensure compatibility, do not remove codes.
# To ensure compatibility, do not remove codes.
...
@@ -37,7 +37,7 @@ dataVersion=140
...
@@ -37,7 +37,7 @@ dataVersion=140
all
=
ADP020-AED784-AFA004-AFN971-ALL008-AMD051-ANG532-AOA973-ARS032-ATS040-AUD036-
\
all
=
ADP020-AED784-AFA004-AFN971-ALL008-AMD051-ANG532-AOA973-ARS032-ATS040-AUD036-
\
AWG533-AYM945-AZM031-AZN944-BAM977-BBD052-BDT050-BEF056-BGL100-BGN975-BHD048-BIF108-
\
AWG533-AYM945-AZM031-AZN944-BAM977-BBD052-BDT050-BEF056-BGL100-BGN975-BHD048-BIF108-
\
BMD060-BND096-BOB068-BOV984-BRL986-BSD044-BTN064-BWP072-BYB112-BYR974-
\
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-
\
CVE132-CYP196-CZK203-DEM276-DJF262-DKK208-DOP214-DZD012-EEK233-EGP818-
\
ERN232-ESP724-ETB230-EUR978-FIM246-FJD242-FKP238-FRF250-GBP826-GEL981-
\
ERN232-ESP724-ETB230-EUR978-FIM246-FJD242-FKP238-FRF250-GBP826-GEL981-
\
GHC288-GHS936-GIP292-GMD270-GNF324-GRD300-GTQ320-GWP624-GYD328-HKD344-HNL340-
\
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
...
@@ -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-
\
NIO558-NLG528-NOK578-NPR524-NZD554-OMR512-PAB590-PEN604-PGK598-PHP608-
\
PKR586-PLN985-PTE620-PYG600-QAR634-ROL946-RON946-RSD941-RUB643-RUR810-RWF646-SAR682-
\
PKR586-PLN985-PTE620-PYG600-QAR634-ROL946-RON946-RSD941-RUB643-RUR810-RWF646-SAR682-
\
SBD090-SCR690-SDD736-SDG938-SEK752-SGD702-SHP654-SIT705-SKK703-SLL694-SOS706-
\
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-T
MT934-T
ND788-TOP776-
\
TPE626-TRL792-TRY949-TTD780-TWD901-TZS834-UAH980-UGX800-USD840-USN997-USS998-
\
TPE626-TRL792-TRY949-TTD780-TWD901-TZS834-UAH980-UGX800-USD840-USN997-USS998-
\
UYU858-UZS860-VEB862-VEF937-VND704-VUV548-WST882-XAF950-XAG961-XAU959-XBA955-
\
UYU858-UZS860-VEB862-VEF937-VND704-VUV548-WST882-XAF950-XAG961-XAU959-XBA955-
\
XBB956-XBC957-XBD958-XCD951-XDR960-XFO000-XFU000-XOF952-XPD964-XPF953-
\
XBB956-XBC957-XBD958-XCD951-XDR960-XFO000-XFU000-XOF952-XPD964-XPF953-
\
XPT962-X
TS963-XXX999-YER886-YUM891-ZAR710-ZMK894-ZWD716-ZWN942
XPT962-X
SU994-XTS963-XUA965-XXX999-YER886-YUM891-ZAR710-ZMK894-ZWD716-ZWL932-ZWN942-ZWR935
# Mappings from ISO 3166 country codes to ISO 4217 currency codes.
# Mappings from ISO 3166 country codes to ISO 4217 currency codes.
...
@@ -124,6 +124,8 @@ BZ=BZD
...
@@ -124,6 +124,8 @@ BZ=BZD
BJ
=
XOF
BJ
=
XOF
# BERMUDA
# BERMUDA
BM
=
BMD
BM
=
BMD
# Bonaire, Sint Eustatius and Saba
BQ
=
USD
# BHUTAN
# BHUTAN
BT
=
BTN
BT
=
BTN
# BOLIVIA
# BOLIVIA
...
@@ -186,6 +188,8 @@ CI=XOF
...
@@ -186,6 +188,8 @@ CI=XOF
HR
=
HRK
HR
=
HRK
# CUBA
# CUBA
CU
=
CUP
CU
=
CUP
# Cura\u00e7ao
CW
=
ANG
# CYPRUS
# CYPRUS
CY
=
EUR
CY
=
EUR
# CZECH REPUBLIC
# CZECH REPUBLIC
...
@@ -210,7 +214,7 @@ GQ=XAF
...
@@ -210,7 +214,7 @@ GQ=XAF
# ERITREA
# ERITREA
ER
=
ERN
ER
=
ERN
# ESTONIA
# ESTONIA
EE
=
E
EK
EE
=
E
UR
# ETHIOPIA
# ETHIOPIA
ET
=
ETB
ET
=
ETB
# FALKLAND ISLANDS (MALVINAS)
# FALKLAND ISLANDS (MALVINAS)
...
@@ -476,7 +480,7 @@ SL=SLL
...
@@ -476,7 +480,7 @@ SL=SLL
# SINGAPORE
# SINGAPORE
SG
=
SGD
SG
=
SGD
# SLOVAKIA
# SLOVAKIA
SK
=
SKK
SK
=
EUR
# SLOVENIA
# SLOVENIA
SI
=
EUR
SI
=
EUR
# SOLOMON ISLANDS
# SOLOMON ISLANDS
...
@@ -497,6 +501,8 @@ SD=SDG
...
@@ -497,6 +501,8 @@ SD=SDG
SR
=
SRD
SR
=
SRD
# SVALBARD AND JAN MAYEN
# SVALBARD AND JAN MAYEN
SJ
=
NOK
SJ
=
NOK
# Sint Maarten (Dutch part)
SX
=
ANG
# SWAZILAND
# SWAZILAND
SZ
=
SZL
SZ
=
SZL
# SWEDEN
# SWEDEN
...
@@ -528,7 +534,7 @@ TN=TND
...
@@ -528,7 +534,7 @@ TN=TND
# TURKEY
# TURKEY
TR
=
TRL;2004-12-31-22-00-00;TRY
TR
=
TRL;2004-12-31-22-00-00;TRY
# TURKMENISTAN
# TURKMENISTAN
TM
=
TM
M
TM
=
TM
T
# TURKS AND CAICOS ISLANDS
# TURKS AND CAICOS ISLANDS
TC
=
USD
TC
=
USD
# TUVALU
# TUVALU
...
@@ -568,7 +574,7 @@ YE=YER
...
@@ -568,7 +574,7 @@ YE=YER
# ZAMBIA
# ZAMBIA
ZM
=
ZMK
ZM
=
ZMK
# ZIMBABWE
# ZIMBABWE
ZW
=
ZW
D
ZW
=
ZW
L
# List of currencies with 0, 1, OR 3 decimals for minor units, or where there
# List of currencies with 0, 1, OR 3 decimals for minor units, or where there
...
@@ -583,4 +589,4 @@ minor3=\
...
@@ -583,4 +589,4 @@ minor3=\
BHD-IQD-JOD-KWD-LYD-OMR-TND
BHD-IQD-JOD-KWD-LYD-OMR-TND
minorUndefined
=
\
minorUndefined
=
\
XAG-XAU-XBA-XBB-XBC-XBD-XDR-XFO-XFU-XPD-
\
XAG-XAU-XBA-XBB-XBC-XBD-XDR-XFO-XFU-XPD-
\
XPT-X
TS
-XXX
XPT-X
SU-XTS-XUA
-XXX
src/share/classes/java/util/LocaleISOData.java
浏览文件 @
bf2b5579
/*
/*
* Copyright (c) 2005, 20
07
, Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2005, 20
11
, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
*
* This code is free software; you can redistribute it and/or modify it
* This code is free software; you can redistribute it and/or modify it
...
@@ -254,6 +254,7 @@ class LocaleISOData {
...
@@ -254,6 +254,7 @@ class LocaleISOData {
+
"BM"
+
"BMU"
// Bermuda
+
"BM"
+
"BMU"
// Bermuda
+
"BN"
+
"BRN"
// Brunei Darussalam
+
"BN"
+
"BRN"
// Brunei Darussalam
+
"BO"
+
"BOL"
// Bolivia, Republic of
+
"BO"
+
"BOL"
// Bolivia, Republic of
+
"BQ"
+
"BES"
// Bonaire, Sint Eustatius and Saba
+
"BR"
+
"BRA"
// Brazil, Federative Republic of
+
"BR"
+
"BRA"
// Brazil, Federative Republic of
+
"BS"
+
"BHS"
// Bahamas, Commonwealth of the
+
"BS"
+
"BHS"
// Bahamas, Commonwealth of the
+
"BT"
+
"BTN"
// Bhutan, Kingdom of
+
"BT"
+
"BTN"
// Bhutan, Kingdom of
...
@@ -277,6 +278,7 @@ class LocaleISOData {
...
@@ -277,6 +278,7 @@ class LocaleISOData {
// + "CS" + "SCG" // Serbia and Montenegro
// + "CS" + "SCG" // Serbia and Montenegro
+
"CU"
+
"CUB"
// Cuba, Republic of
+
"CU"
+
"CUB"
// Cuba, Republic of
+
"CV"
+
"CPV"
// Cape Verde, Republic of
+
"CV"
+
"CPV"
// Cape Verde, Republic of
+
"CW"
+
"CUW"
// Cura\u00e7ao
+
"CX"
+
"CXR"
// Christmas Island
+
"CX"
+
"CXR"
// Christmas Island
+
"CY"
+
"CYP"
// Cyprus, Republic of
+
"CY"
+
"CYP"
// Cyprus, Republic of
+
"CZ"
+
"CZE"
// Czech Republic
+
"CZ"
+
"CZE"
// Czech Republic
...
@@ -433,6 +435,7 @@ class LocaleISOData {
...
@@ -433,6 +435,7 @@ class LocaleISOData {
+
"SR"
+
"SUR"
// Suriname, Republic of
+
"SR"
+
"SUR"
// Suriname, Republic of
+
"ST"
+
"STP"
// Sao Tome and Principe, Democratic Republic of
+
"ST"
+
"STP"
// Sao Tome and Principe, Democratic Republic of
+
"SV"
+
"SLV"
// El Salvador, Republic of
+
"SV"
+
"SLV"
// El Salvador, Republic of
+
"SX"
+
"SXM"
// Sint Maarten (Dutch part)
+
"SY"
+
"SYR"
// Syrian Arab Republic
+
"SY"
+
"SYR"
// Syrian Arab Republic
+
"SZ"
+
"SWZ"
// Swaziland, Kingdom of
+
"SZ"
+
"SWZ"
// Swaziland, Kingdom of
+
"TC"
+
"TCA"
// Turks and Caicos Islands
+
"TC"
+
"TCA"
// Turks and Caicos Islands
...
...
src/share/classes/sun/util/resources/CurrencyNames.properties
浏览文件 @
bf2b5579
...
@@ -106,6 +106,7 @@ CNY=CNY
...
@@ -106,6 +106,7 @@ CNY=CNY
COP
=
COP
COP
=
COP
CRC
=
CRC
CRC
=
CRC
CSD
=
CSD
CSD
=
CSD
CUC
=
CUC
CUP
=
CUP
CUP
=
CUP
CVE
=
CVE
CVE
=
CVE
CYP
=
CYP
CYP
=
CYP
...
@@ -232,6 +233,7 @@ SZL=SZL
...
@@ -232,6 +233,7 @@ SZL=SZL
THB
=
THB
THB
=
THB
TJS
=
TJS
TJS
=
TJS
TMM
=
TMM
TMM
=
TMM
TMT
=
TMT
TND
=
TND
TND
=
TND
TOP
=
TOP
TOP
=
TOP
TPE
=
TPE
TPE
=
TPE
...
@@ -267,14 +269,18 @@ XOF=XOF
...
@@ -267,14 +269,18 @@ XOF=XOF
XPD
=
XPD
XPD
=
XPD
XPF
=
XPF
XPF
=
XPF
XPT
=
XPT
XPT
=
XPT
XSU
=
XSU
XTS
=
XTS
XTS
=
XTS
XUA
=
XUA
XXX
=
XXX
XXX
=
XXX
YER
=
YER
YER
=
YER
YUM
=
YUM
YUM
=
YUM
ZAR
=
ZAR
ZAR
=
ZAR
ZMK
=
ZMK
ZMK
=
ZMK
ZWD
=
ZWD
ZWD
=
ZWD
ZWL
=
ZWL
ZWN
=
ZWN
ZWN
=
ZWN
ZWR
=
ZWR
adp
=
Andorran Peseta
adp
=
Andorran Peseta
aed
=
United Arab Emirates Dirham
aed
=
United Arab Emirates Dirham
afa
=
Afghan Afghani (1927-2002)
afa
=
Afghan Afghani (1927-2002)
...
@@ -317,6 +323,7 @@ cny=Chinese Yuan
...
@@ -317,6 +323,7 @@ cny=Chinese Yuan
cop
=
Colombian Peso
cop
=
Colombian Peso
crc
=
Costa Rican Col
\u
00f3n
crc
=
Costa Rican Col
\u
00f3n
csd
=
Serbian Dinar (2002-2006)
csd
=
Serbian Dinar (2002-2006)
cuc
=
Cuban Convertible Peso
cup
=
Cuban Peso
cup
=
Cuban Peso
cve
=
Cape Verdean Escudo
cve
=
Cape Verdean Escudo
cyp
=
Cypriot Pound
cyp
=
Cypriot Pound
...
@@ -443,6 +450,7 @@ szl=Swazi Lilangeni
...
@@ -443,6 +450,7 @@ szl=Swazi Lilangeni
thb
=
Thai Baht
thb
=
Thai Baht
tjs
=
Tajikistani Somoni
tjs
=
Tajikistani Somoni
tmm
=
Turkmenistani Manat (1993-2009)
tmm
=
Turkmenistani Manat (1993-2009)
tmt
=
Turkmenistani Manat
tnd
=
Tunisian Dinar
tnd
=
Tunisian Dinar
top
=
Tongan Pa
\u
02bbanga
top
=
Tongan Pa
\u
02bbanga
tpe
=
Timorese Escudo
tpe
=
Timorese Escudo
...
@@ -485,3 +493,5 @@ yum=Yugoslavian New Dinar (1994-2002)
...
@@ -485,3 +493,5 @@ yum=Yugoslavian New Dinar (1994-2002)
zar
=
South African Rand
zar
=
South African Rand
zmk
=
Zambian Kwacha
zmk
=
Zambian Kwacha
zwd
=
Zimbabwean Dollar (1980-2008)
zwd
=
Zimbabwean Dollar (1980-2008)
zwl
=
Zimbabwean Dollar (2009)
zwr
=
Zimbabwean Dollar (2008)
src/share/classes/sun/util/resources/CurrencyNames_de.properties
浏览文件 @
bf2b5579
...
@@ -105,6 +105,7 @@ cny=Renminbi Yuan
...
@@ -105,6 +105,7 @@ cny=Renminbi Yuan
cop
=
Kolumbianischer Peso
cop
=
Kolumbianischer Peso
crc
=
Costa Rica Colon
crc
=
Costa Rica Colon
csd
=
Alter Serbischer Dinar
csd
=
Alter Serbischer Dinar
cuc
=
Kubanischer Peso (konvertibel)
cup
=
Kubanischer Peso
cup
=
Kubanischer Peso
cve
=
Kap Verde Escudo
cve
=
Kap Verde Escudo
cyp
=
Zypern-Pfund
cyp
=
Zypern-Pfund
...
@@ -229,6 +230,7 @@ szl=Lilangeni
...
@@ -229,6 +230,7 @@ szl=Lilangeni
thb
=
Baht
thb
=
Baht
tjs
=
Tadschikistan Somoni
tjs
=
Tadschikistan Somoni
tmm
=
Turkmenistan-Manat
tmm
=
Turkmenistan-Manat
tmt
=
Neuer Turkmenistan-Manat
tnd
=
Tunesischer Dinar
tnd
=
Tunesischer Dinar
top
=
Pa
\u
02bbanga
top
=
Pa
\u
02bbanga
tpe
=
Timor-Escudo
tpe
=
Timor-Escudo
...
@@ -270,3 +272,4 @@ yum=Neuer Dinar
...
@@ -270,3 +272,4 @@ yum=Neuer Dinar
zar
=
S
\u
00fcdafrikanischer Rand
zar
=
S
\u
00fcdafrikanischer Rand
zmk
=
Kwacha
zmk
=
Kwacha
zwd
=
Simbabwe-Dollar
zwd
=
Simbabwe-Dollar
zwl
=
Simbabwe-Dollar (2009)
src/share/classes/sun/util/resources/CurrencyNames_es.properties
浏览文件 @
bf2b5579
...
@@ -105,6 +105,7 @@ cny=yuan renminbi chino
...
@@ -105,6 +105,7 @@ cny=yuan renminbi chino
cop
=
peso colombiano
cop
=
peso colombiano
crc
=
col
\u
00f3n costarricense
crc
=
col
\u
00f3n costarricense
csd
=
antiguo dinar serbio
csd
=
antiguo dinar serbio
cuc
=
peso cubano convertible
cup
=
peso cubano
cup
=
peso cubano
cve
=
escudo de Cabo Verde
cve
=
escudo de Cabo Verde
cyp
=
libra chipriota
cyp
=
libra chipriota
...
@@ -231,6 +232,7 @@ szl=lilangeni suazi
...
@@ -231,6 +232,7 @@ szl=lilangeni suazi
thb
=
baht tailand
\u
00e9s
thb
=
baht tailand
\u
00e9s
tjs
=
somoni tayiko
tjs
=
somoni tayiko
tmm
=
manat turcomano
tmm
=
manat turcomano
tmt
=
nuevo manat turcomano
tnd
=
dinar tunecino
tnd
=
dinar tunecino
top
=
pa
\u
02bbanga tongano
top
=
pa
\u
02bbanga tongano
tpe
=
escudo timorense
tpe
=
escudo timorense
...
@@ -273,3 +275,4 @@ yum=super dinar yugoslavo
...
@@ -273,3 +275,4 @@ yum=super dinar yugoslavo
zar
=
rand sudafricano
zar
=
rand sudafricano
zmk
=
kwacha zambiano
zmk
=
kwacha zambiano
zwd
=
d
\u
00f3lar de Zimbabue
zwd
=
d
\u
00f3lar de Zimbabue
zwl
=
d
\u
00f3lar zimbabuense
src/share/classes/sun/util/resources/CurrencyNames_es_CU.properties
0 → 100644
浏览文件 @
bf2b5579
#
# 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$
src/share/classes/sun/util/resources/CurrencyNames_et_EE.properties
浏览文件 @
bf2b5579
#
#
# 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.
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
#
#
# This code is free software; you can redistribute it and/or modify it
# This code is free software; you can redistribute it and/or modify it
...
@@ -21,18 +21,49 @@
...
@@ -21,18 +21,49 @@
# Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 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
# or visit www.oracle.com if you need additional information or have any
# questions.
# 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
# COPYRIGHT AND PERMISSION NOTICE
# is copyrighted and owned by Taligent, Inc., a wholly-owned
#
# subsidiary of IBM. These materials are provided under terms
# Copyright (C) 1991-2011 Unicode, Inc. All rights reserved.
# of a License Agreement between Taligent and Sun. This technology
# Distributed under the Terms of Use in http://www.unicode.org/copyright.html.
# is protected by multiple US and International patents.
#
# 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.
#
#
# This notice and attribution to Taligent may not be removed.
# THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
# Taligent is a registered trademark of Taligent, Inc.
# 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
=
kr
eek
=
Eesti kroon
EUR
=
\u
20ac
eur
=
euro
src/share/classes/sun/util/resources/CurrencyNames_fr.properties
浏览文件 @
bf2b5579
...
@@ -105,6 +105,7 @@ cny=yuan renminbi chinois
...
@@ -105,6 +105,7 @@ cny=yuan renminbi chinois
cop
=
peso colombien
cop
=
peso colombien
crc
=
col
\u
00f3n costaricain
crc
=
col
\u
00f3n costaricain
csd
=
dinar serbo-mont
\u
00e9n
\u
00e9grin
csd
=
dinar serbo-mont
\u
00e9n
\u
00e9grin
cuc
=
peso cubain convertible
cup
=
peso cubain
cup
=
peso cubain
cve
=
escudo capverdien
cve
=
escudo capverdien
cyp
=
livre chypriote
cyp
=
livre chypriote
...
@@ -231,6 +232,7 @@ szl=lilangeni swazi
...
@@ -231,6 +232,7 @@ szl=lilangeni swazi
thb
=
baht tha
\u
00eflandais
thb
=
baht tha
\u
00eflandais
tjs
=
somoni tadjik
tjs
=
somoni tadjik
tmm
=
manat turkm
\u
00e8ne
tmm
=
manat turkm
\u
00e8ne
tmt
=
nouveau manat turkm
\u
00e8ne
tnd
=
dinar tunisien
tnd
=
dinar tunisien
top
=
pa
\u2019
anga tongan
top
=
pa
\u2019
anga tongan
tpe
=
escudo timorais
tpe
=
escudo timorais
...
...
src/share/classes/sun/util/resources/CurrencyNames_ja.properties
浏览文件 @
bf2b5579
...
@@ -105,6 +105,7 @@ cny=\u4e2d\u56fd\u4eba\u6c11\u5143
...
@@ -105,6 +105,7 @@ cny=\u4e2d\u56fd\u4eba\u6c11\u5143
cop
=
\u
30b3
\u
30ed
\u
30f3
\u
30d3
\u
30a2
\u
30da
\u
30bd
cop
=
\u
30b3
\u
30ed
\u
30f3
\u
30d3
\u
30a2
\u
30da
\u
30bd
crc
=
\u
30b3
\u
30b9
\u
30bf
\u
30ea
\u
30ab
\u
30b3
\u
30ed
\u
30f3
crc
=
\u
30b3
\u
30b9
\u
30bf
\u
30ea
\u
30ab
\u
30b3
\u
30ed
\u
30f3
csd
=
\u
30bb
\u
30eb
\u
30d3
\u
30a2
\u
30f3
\u
30c7
\u
30a3
\u
30ca
\u
30fc
\u
30eb
csd
=
\u
30bb
\u
30eb
\u
30d3
\u
30a2
\u
30f3
\u
30c7
\u
30a3
\u
30ca
\u
30fc
\u
30eb
cuc
=
\u
30ad
\u
30e5
\u
30fc
\u
30d0
\u
514c
\u
63db
\u
30da
\u
30bd
cup
=
\u
30ad
\u
30e5
\u
30fc
\u
30d0
\u
30da
\u
30bd
cup
=
\u
30ad
\u
30e5
\u
30fc
\u
30d0
\u
30da
\u
30bd
cve
=
\u
30ab
\u
30fc
\u
30dc
\u
30d9
\u
30eb
\u
30c7
\u
30a8
\u
30b9
\u
30af
\u
30fc
\u
30c9
cve
=
\u
30ab
\u
30fc
\u
30dc
\u
30d9
\u
30eb
\u
30c7
\u
30a8
\u
30b9
\u
30af
\u
30fc
\u
30c9
cyp
=
\u
30ad
\u
30d7
\u
30ed
\u
30b9
\u
30dd
\u
30f3
\u
30c9
cyp
=
\u
30ad
\u
30d7
\u
30ed
\u
30b9
\u
30dd
\u
30f3
\u
30c9
...
@@ -231,6 +232,7 @@ szl=\u30b9\u30ef\u30b8\u30e9\u30f3\u30c9 \u30ea\u30e9\u30f3\u30b2\u30cb
...
@@ -231,6 +232,7 @@ szl=\u30b9\u30ef\u30b8\u30e9\u30f3\u30c9 \u30ea\u30e9\u30f3\u30b2\u30cb
thb
=
\u
30bf
\u
30a4
\u
30d0
\u
30fc
\u
30c4
thb
=
\u
30bf
\u
30a4
\u
30d0
\u
30fc
\u
30c4
tjs
=
\u
30bf
\u
30b8
\u
30ad
\u
30b9
\u
30bf
\u
30f3
\u
30bd
\u
30e2
\u
30cb
tjs
=
\u
30bf
\u
30b8
\u
30ad
\u
30b9
\u
30bf
\u
30f3
\u
30bd
\u
30e2
\u
30cb
tmm
=
\u
30c8
\u
30eb
\u
30af
\u
30e1
\u
30cb
\u
30b9
\u
30bf
\u
30f3
\u
30de
\u
30ca
\u
30c8
tmm
=
\u
30c8
\u
30eb
\u
30af
\u
30e1
\u
30cb
\u
30b9
\u
30bf
\u
30f3
\u
30de
\u
30ca
\u
30c8
tmt
=
\u
30c8
\u
30eb
\u
30af
\u
30e1
\u
30cb
\u
30b9
\u
30bf
\u
30f3
\u
65b0
\u
30de
\u
30ca
\u
30c8
tnd
=
\u
30c1
\u
30e5
\u
30cb
\u
30b8
\u
30a2
\u
30c7
\u
30a3
\u
30ca
\u
30fc
\u
30eb
tnd
=
\u
30c1
\u
30e5
\u
30cb
\u
30b8
\u
30a2
\u
30c7
\u
30a3
\u
30ca
\u
30fc
\u
30eb
top
=
\u
30c8
\u
30f3
\u
30ac
\u
30d1
\u
30fb
\u
30a2
\u
30f3
\u
30ac
top
=
\u
30c8
\u
30f3
\u
30ac
\u
30d1
\u
30fb
\u
30a2
\u
30f3
\u
30ac
tpe
=
\u
30c6
\u
30a3
\u
30e2
\u
30fc
\u
30eb
\u
30a8
\u
30b9
\u
30af
\u
30fc
\u
30c9
tpe
=
\u
30c6
\u
30a3
\u
30e2
\u
30fc
\u
30eb
\u
30a8
\u
30b9
\u
30af
\u
30fc
\u
30c9
...
@@ -273,3 +275,4 @@ yum=\u30e6\u30fc\u30b4\u30b9\u30e9\u30d3\u30a2 \u30b9\u30fc\u30d1\u30fc \u30c7\u
...
@@ -273,3 +275,4 @@ yum=\u30e6\u30fc\u30b4\u30b9\u30e9\u30d3\u30a2 \u30b9\u30fc\u30d1\u30fc \u30c7\u
zar
=
\u5357\u
30a2
\u
30d5
\u
30ea
\u
30ab
\u
30e9
\u
30f3
\u
30c9
zar
=
\u5357\u
30a2
\u
30d5
\u
30ea
\u
30ab
\u
30e9
\u
30f3
\u
30c9
zmk
=
\u
30b6
\u
30f3
\u
30d3
\u
30a2
\u
30af
\u
30ef
\u
30c1
\u
30e3
zmk
=
\u
30b6
\u
30f3
\u
30d3
\u
30a2
\u
30af
\u
30ef
\u
30c1
\u
30e3
zwd
=
\u
30b8
\u
30f3
\u
30d0
\u
30d6
\u
30a8
\u
30c9
\u
30eb
zwd
=
\u
30b8
\u
30f3
\u
30d0
\u
30d6
\u
30a8
\u
30c9
\u
30eb
zwl
=
\u
30b8
\u
30f3
\u
30d0
\u
30d6
\u
30a8
\u
30c9
\u
30eb (2009)
src/share/classes/sun/util/resources/CurrencyNames_ko.properties
浏览文件 @
bf2b5579
...
@@ -105,6 +105,7 @@ cny=\uc911\uad6d \uc704\uc548 \uc778\ubbfc\ud3d0
...
@@ -105,6 +105,7 @@ cny=\uc911\uad6d \uc704\uc548 \uc778\ubbfc\ud3d0
cop
=
\u
cf5c
\u
b86c
\u
be44
\u
c544
\u
d398
\u
c18c
cop
=
\u
cf5c
\u
b86c
\u
be44
\u
c544
\u
d398
\u
c18c
crc
=
\u
cf54
\u
c2a4
\u
d0c0
\u
b9ac
\u
ce74
\u
cf5c
\u
b860
crc
=
\u
cf54
\u
c2a4
\u
d0c0
\u
b9ac
\u
ce74
\u
cf5c
\u
b860
csd
=
\u
ace0
\u
c138
\u
b974
\u
be44
\u
c544
\u
b514
\u
b098
\u
b974
csd
=
\u
ace0
\u
c138
\u
b974
\u
be44
\u
c544
\u
b514
\u
b098
\u
b974
cuc
=
\u
cfe0
\u
bc14
\u
d0dc
\u
d658
\u
d398
\u
c18c
cup
=
\u
cfe0
\u
bc14
\u
d398
\u
c18c
cup
=
\u
cfe0
\u
bc14
\u
d398
\u
c18c
cve
=
\u
ce74
\u
bcf4
\u
bca0
\u
b974
\u
b370
\u
c5d0
\u
c2a4
\u
cfe0
\u
b3c4
cve
=
\u
ce74
\u
bcf4
\u
bca0
\u
b974
\u
b370
\u
c5d0
\u
c2a4
\u
cfe0
\u
b3c4
cyp
=
\u
c2f8
\u
c774
\u
d504
\u
b7ec
\u
c2a4
\u
d30c
\u
c6b4
\u
b4dc
cyp
=
\u
c2f8
\u
c774
\u
d504
\u
b7ec
\u
c2a4
\u
d30c
\u
c6b4
\u
b4dc
...
...
src/share/classes/sun/util/resources/CurrencyNames_pt.properties
浏览文件 @
bf2b5579
...
@@ -87,6 +87,7 @@ bhd=Dinar bareinita
...
@@ -87,6 +87,7 @@ bhd=Dinar bareinita
bif
=
Franco do Burundi
bif
=
Franco do Burundi
bmd
=
D
\u
00f3lar das Bermudas
bmd
=
D
\u
00f3lar das Bermudas
bnd
=
D
\u
00f3lar do Brunei
bnd
=
D
\u
00f3lar do Brunei
bob
=
Boliviano
bov
=
Mvdol boliviano
bov
=
Mvdol boliviano
brl
=
Real brasileiro
brl
=
Real brasileiro
bsd
=
D
\u
00f3lar das Bahamas
bsd
=
D
\u
00f3lar das Bahamas
...
@@ -104,6 +105,7 @@ cny=Yuan Renminbi chin\u00eas
...
@@ -104,6 +105,7 @@ cny=Yuan Renminbi chin\u00eas
cop
=
Peso colombiano
cop
=
Peso colombiano
crc
=
Colon da Costa Rica
crc
=
Colon da Costa Rica
csd
=
Dinar s
\u
00e9rvio antigo
csd
=
Dinar s
\u
00e9rvio antigo
cuc
=
Peso cubano convers
\u
00edvel
cup
=
Peso cubano
cup
=
Peso cubano
cve
=
Escudo cabo-verdiano
cve
=
Escudo cabo-verdiano
cyp
=
Libra cipriota
cyp
=
Libra cipriota
...
@@ -229,6 +231,7 @@ szl=Lilangeni da Suazil\u00e2ndia
...
@@ -229,6 +231,7 @@ szl=Lilangeni da Suazil\u00e2ndia
thb
=
Baht tailand
\u
00eas
thb
=
Baht tailand
\u
00eas
tjs
=
Somoni tadjique
tjs
=
Somoni tadjique
tmm
=
Manat do Turcomenist
\u
00e3o
tmm
=
Manat do Turcomenist
\u
00e3o
tmt
=
Novo Manat do Turcomenist
\u
00e3o
tnd
=
Dinar tunisiano
tnd
=
Dinar tunisiano
top
=
Pa
\u
02bbanga de Tonga
top
=
Pa
\u
02bbanga de Tonga
tpe
=
Escudo timorense
tpe
=
Escudo timorense
...
@@ -271,3 +274,5 @@ yum=Dinar noviy iugoslavo
...
@@ -271,3 +274,5 @@ yum=Dinar noviy iugoslavo
zar
=
Rand sul-africano
zar
=
Rand sul-africano
zmk
=
Cuacha zambiano
zmk
=
Cuacha zambiano
zwd
=
D
\u
00f3lar do Zimb
\u
00e1bue
zwd
=
D
\u
00f3lar do Zimb
\u
00e1bue
zwl
=
D
\u
00f3lar do Zimb
\u
00e1bue (2009)
zwr
=
D
\u
00f3lar do Zimb
\u
00e1bue (2008)
src/share/classes/sun/util/resources/CurrencyNames_sk_SK.properties
浏览文件 @
bf2b5579
#
#
# 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.
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
#
#
# This code is free software; you can redistribute it and/or modify it
# This code is free software; you can redistribute it and/or modify it
...
@@ -21,18 +21,48 @@
...
@@ -21,18 +21,48 @@
# Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 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
# or visit www.oracle.com if you need additional information or have any
# questions.
# 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
# COPYRIGHT AND PERMISSION NOTICE
# is copyrighted and owned by Taligent, Inc., a wholly-owned
#
# subsidiary of IBM. These materials are provided under terms
# Copyright (C) 1991-2011 Unicode, Inc. All rights reserved.
# of a License Agreement between Taligent and Sun. This technology
# Distributed under the Terms of Use in http://www.unicode.org/copyright.html.
# is protected by multiple US and International patents.
#
# 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.
#
#
# This notice and attribution to Taligent may not be removed.
# THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF
# Taligent is a registered trademark of Taligent, Inc.
# 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
=
Sk
skk
=
Slovensk
\u
00e1 koruna
EUR
=
\u
20ac
src/share/classes/sun/util/resources/CurrencyNames_zh_CN.properties
浏览文件 @
bf2b5579
...
@@ -106,6 +106,7 @@ clp=\u667a\u5229\u6bd4\u7d22
...
@@ -106,6 +106,7 @@ clp=\u667a\u5229\u6bd4\u7d22
cop
=
\u
54e5
\u
4f26
\u
6bd4
\u
4e9a
\u
6bd4
\u
7d22
cop
=
\u
54e5
\u
4f26
\u
6bd4
\u
4e9a
\u
6bd4
\u
7d22
crc
=
\u
54e5
\u
65af
\u
8fbe
\u
9ece
\u
52a0
\u
79d1
\u6717
crc
=
\u
54e5
\u
65af
\u
8fbe
\u
9ece
\u
52a0
\u
79d1
\u6717
csd
=
\u
65e7
\u
585e
\u
5c14
\u
7ef4
\u
4e9a
\u
7b2c
\u
7eb3
\u
5c14
csd
=
\u
65e7
\u
585e
\u
5c14
\u
7ef4
\u
4e9a
\u
7b2c
\u
7eb3
\u
5c14
cuc
=
\u
53e4
\u
5df4
\u
53ef
\u5151\u6362\u
6bd4
\u
7d22
cup
=
\u
53e4
\u
5df4
\u
6bd4
\u
7d22
cup
=
\u
53e4
\u
5df4
\u
6bd4
\u
7d22
cve
=
\u
4f5b
\u
5f97
\u
89d2
\u
57c3
\u
65af
\u
5e93
\u
591a
cve
=
\u
4f5b
\u
5f97
\u
89d2
\u
57c3
\u
65af
\u
5e93
\u
591a
cyp
=
\u
585e
\u
6d66
\u
8def
\u
65af
\u9551
cyp
=
\u
585e
\u
6d66
\u
8def
\u
65af
\u9551
...
@@ -231,6 +232,7 @@ szl=\u65af\u5a01\u58eb\u5170\u91cc\u5170\u5409\u5c3c
...
@@ -231,6 +232,7 @@ szl=\u65af\u5a01\u58eb\u5170\u91cc\u5170\u5409\u5c3c
thb
=
\u
6cf0
\u
94e2
thb
=
\u
6cf0
\u
94e2
tjs
=
\u5854\u5409\u
514b
\u
65af
\u5766\u
7d22
\u
83ab
\u
5c3c
tjs
=
\u5854\u5409\u
514b
\u
65af
\u5766\u
7d22
\u
83ab
\u
5c3c
tmm
=
\u
571f
\u
5e93
\u
66fc
\u
65af
\u5766\u
9a6c
\u
7eb3
\u7279
tmm
=
\u
571f
\u
5e93
\u
66fc
\u
65af
\u5766\u
9a6c
\u
7eb3
\u7279
tmt
=
\u
571f
\u
5e93
\u
66fc
\u
65af
\u5766\u
65b0
\u
9a6c
\u
7eb3
\u7279
tnd
=
\u
7a81
\u
5c3c
\u
65af
\u
7b2c
\u
7eb3
\u
5c14
tnd
=
\u
7a81
\u
5c3c
\u
65af
\u
7b2c
\u
7eb3
\u
5c14
top
=
\u
6c64
\u
52a0
\u
6f58
\u
52a0
top
=
\u
6c64
\u
52a0
\u
6f58
\u
52a0
tpe
=
\u
5e1d
\u
6c76
\u
57c3
\u
65af
\u
5e93
\u
591a
tpe
=
\u
5e1d
\u
6c76
\u
57c3
\u
65af
\u
5e93
\u
591a
...
@@ -273,3 +275,4 @@ yum=\u5357\u65af\u62c9\u592b\u504c\u5a01\u7b2c\u7eb3\u5c14
...
@@ -273,3 +275,4 @@ yum=\u5357\u65af\u62c9\u592b\u504c\u5a01\u7b2c\u7eb3\u5c14
zar
=
\u5357\u
975e
\u5170\u7279
zar
=
\u5357\u
975e
\u5170\u7279
zmk
=
\u
8d5e
\u
6bd4
\u
4e9a
\u
514b
\u
74e6
\u
67e5
zmk
=
\u
8d5e
\u
6bd4
\u
4e9a
\u
514b
\u
74e6
\u
67e5
zwd
=
\u
6d25
\u
5df4
\u
5e03
\u
97e6
\u5143
zwd
=
\u
6d25
\u
5df4
\u
5e03
\u
97e6
\u5143
zwl
=
\u
6d25
\u
5df4
\u
5e03
\u
97e6
\u5143
(2009)
src/share/classes/sun/util/resources/CurrencyNames_zh_TW.properties
浏览文件 @
bf2b5579
...
@@ -107,6 +107,7 @@ cny=\u4eba\u6c11\u5e63
...
@@ -107,6 +107,7 @@ cny=\u4eba\u6c11\u5e63
cop
=
\u
54e5
\u
502b
\u
6bd4
\u
4e9e
\u
62ab
\u
7d22
cop
=
\u
54e5
\u
502b
\u
6bd4
\u
4e9e
\u
62ab
\u
7d22
crc
=
\u
54e5
\u
65af
\u5927\u
9ece
\u
52a0
\u
79d1
\u
90ce
crc
=
\u
54e5
\u
65af
\u5927\u
9ece
\u
52a0
\u
79d1
\u
90ce
csd
=
\u
65e7
\u
585e
\u
5c14
\u
7ef4
\u
4e9a
\u
7b2c
\u
7eb3
\u
5c14
csd
=
\u
65e7
\u
585e
\u
5c14
\u
7ef4
\u
4e9a
\u
7b2c
\u
7eb3
\u
5c14
cuc
=
\u
53e4
\u
5df4
\u
53ef
\u
8f49
\u
63db
\u
62ab
\u
7d22
cup
=
\u
53e4
\u
5df4
\u
62ab
\u
7d22
cup
=
\u
53e4
\u
5df4
\u
62ab
\u
7d22
cve
=
\u
7dad
\u
5fb7
\u
89d2
\u
57c3
\u
65af
\u
5eab
\u
591a
cve
=
\u
7dad
\u
5fb7
\u
89d2
\u
57c3
\u
65af
\u
5eab
\u
591a
cyp
=
\u
8cfd
\u
666e
\u
52d2
\u
65af
\u
938a
cyp
=
\u
8cfd
\u
666e
\u
52d2
\u
65af
\u
938a
...
@@ -233,6 +234,7 @@ szl=\u65af\u5a01\u58eb\u5170\u91cc\u5170\u5409\u5c3c
...
@@ -233,6 +234,7 @@ szl=\u65af\u5a01\u58eb\u5170\u91cc\u5170\u5409\u5c3c
thb
=
\u
6cf0
\u9296
thb
=
\u
6cf0
\u9296
tjs
=
\u5854\u5409\u
514b
\u
65af
\u5766\u
7d22
\u
83ab
\u
5c3c
tjs
=
\u5854\u5409\u
514b
\u
65af
\u5766\u
7d22
\u
83ab
\u
5c3c
tmm
=
\u
571f
\u
5eab
\u
66fc
\u
99ac
\u
7d0d
\u7279
tmm
=
\u
571f
\u
5eab
\u
66fc
\u
99ac
\u
7d0d
\u7279
tmt
=
\u
571f
\u
5eab
\u
66fc
\u
65b0
\u
99ac
\u
7d0d
\u7279
tnd
=
\u
7a81
\u
5c3c
\u
897f
\u
4e9e
\u
7b2c
\u
7d0d
\u
723e
tnd
=
\u
7a81
\u
5c3c
\u
897f
\u
4e9e
\u
7b2c
\u
7d0d
\u
723e
top
=
\u6771\u
52a0
\u
6f58
\u
52a0
top
=
\u6771\u
52a0
\u
6f58
\u
52a0
tpe
=
\u
5e1d
\u
6c76
\u
57c3
\u
65af
\u
5e93
\u
591a
tpe
=
\u
5e1d
\u
6c76
\u
57c3
\u
65af
\u
5e93
\u
591a
...
@@ -274,3 +276,4 @@ yum=\u5357\u65af\u62c9\u592b\u632a\u5a01\u4e9e\u7b2c\u7d0d\u723e
...
@@ -274,3 +276,4 @@ yum=\u5357\u65af\u62c9\u592b\u632a\u5a01\u4e9e\u7b2c\u7d0d\u723e
zar
=
\u5357\u
975e
\u
862d
\u7279
zar
=
\u5357\u
975e
\u
862d
\u7279
zmk
=
\u
5c1a
\u
6bd4
\u
4e9e
\u
514b
\u
74e6
\u
67e5
zmk
=
\u
5c1a
\u
6bd4
\u
4e9e
\u
514b
\u
74e6
\u
67e5
zwd
=
\u
8f9b
\u
5df4
\u
5a01
\u5143
zwd
=
\u
8f9b
\u
5df4
\u
5a01
\u5143
zwl
=
\u
8f9b
\u
5df4
\u
5a01
\u5143
(2009)
src/share/classes/sun/util/resources/LocaleNames.properties
浏览文件 @
bf2b5579
#
#
# Copyright (c) 2005, 201
0
, Oracle and/or its affiliates. All rights reserved.
# Copyright (c) 2005, 201
1
, Oracle and/or its affiliates. All rights reserved.
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
#
#
# This code is free software; you can redistribute it and/or modify it
# This code is free software; you can redistribute it and/or modify it
...
@@ -898,6 +898,7 @@ BL=Saint Barth\u00e9lemy
...
@@ -898,6 +898,7 @@ BL=Saint Barth\u00e9lemy
BM
=
Bermuda
BM
=
Bermuda
BN
=
Brunei
BN
=
Brunei
BO
=
Bolivia
BO
=
Bolivia
BQ
=
Bonaire, Sint Eustatius and Saba
BR
=
Brazil
BR
=
Brazil
BS
=
Bahamas
BS
=
Bahamas
BT
=
Bhutan
BT
=
Bhutan
...
@@ -921,6 +922,7 @@ CR=Costa Rica
...
@@ -921,6 +922,7 @@ CR=Costa Rica
CS
=
Serbia and Montenegro
CS
=
Serbia and Montenegro
CU
=
Cuba
CU
=
Cuba
CV
=
Cape Verde
CV
=
Cape Verde
CW
=
Cura
\u
00e7ao
CX
=
Christmas Island
CX
=
Christmas Island
CY
=
Cyprus
CY
=
Cyprus
CZ
=
Czech Republic
CZ
=
Czech Republic
...
@@ -1077,6 +1079,7 @@ SO=Somalia
...
@@ -1077,6 +1079,7 @@ SO=Somalia
SR
=
Suriname
SR
=
Suriname
ST
=
Sao Tome And Principe
ST
=
Sao Tome And Principe
SV
=
El Salvador
SV
=
El Salvador
SX
=
Sint Maarten (Dutch part)
SY
=
Syria
SY
=
Syria
SZ
=
Swaziland
SZ
=
Swaziland
TC
=
Turks And Caicos Islands
TC
=
Turks And Caicos Islands
...
...
test/java/util/Currency/ValidateISO4217.java
浏览文件 @
bf2b5579
...
@@ -22,7 +22,7 @@
...
@@ -22,7 +22,7 @@
*/
*/
/*
/*
* @test
* @test
* @bug 4691089 4819436 4942982 5104960 6544471 6627549
* @bug 4691089 4819436 4942982 5104960 6544471 6627549
7066203
* @summary Validate ISO 4217 data for Currency class.
* @summary Validate ISO 4217 data for Currency class.
*/
*/
...
@@ -92,7 +92,7 @@ public class ValidateISO4217 {
...
@@ -92,7 +92,7 @@ public class ValidateISO4217 {
/* Codes that are obsolete, do not have related country */
/* Codes that are obsolete, do not have related country */
static
final
String
otherCodes
=
static
final
String
otherCodes
=
"ADP-AFA-ATS-AYM-BEF-BGL-BOV-BYB-CLF-C
YP-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-C
UC-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
;
static
boolean
err
=
false
;
...
...
test/java/util/Currency/tablea1.txt
浏览文件 @
bf2b5579
#
#
#
#
# Based on BSi's ISO4217 data - "TABLE A1.doc" + amendments up until MA1
40
.doc
# Based on BSi's ISO4217 data - "TABLE A1.doc" + amendments up until MA1
51
.doc
# (As of
24 September 2007
)
# (As of
7 April 2011
)
#
#
# Version
# Version
FILEVERSION=1
FILEVERSION=1
DATAVERSION=1
40
DATAVERSION=1
51
# ISO 4217 currency data
# ISO 4217 currency data
AF AFN 971 2
AF AFN 971 2
...
@@ -33,6 +33,7 @@ BE EUR 978 2
...
@@ -33,6 +33,7 @@ BE EUR 978 2
BZ BZD 84 2
BZ BZD 84 2
BJ XOF 952 0
BJ XOF 952 0
BM BMD 60 2
BM BMD 60 2
BQ USD 840 2
#BT INR 356 2
#BT INR 356 2
BT BTN 64 2
BT BTN 64 2
BO BOB 68 2
BO BOB 68 2
...
@@ -68,6 +69,7 @@ CR CRC 188 2
...
@@ -68,6 +69,7 @@ CR CRC 188 2
CI XOF 952 0
CI XOF 952 0
HR HRK 191 2
HR HRK 191 2
CU CUP 192 2
CU CUP 192 2
CW ANG 532 2
CY EUR 978 2
CY EUR 978 2
CZ CZK 203 2
CZ CZK 203 2
DK DKK 208 2
DK DKK 208 2
...
@@ -80,7 +82,7 @@ SV SVC 222 2
...
@@ -80,7 +82,7 @@ SV SVC 222 2
#SV USD 840 2
#SV USD 840 2
GQ XAF 950 0
GQ XAF 950 0
ER ERN 232 2
ER ERN 232 2
EE E
EK 233
2
EE E
UR 978
2
ET ETB 230 2
ET ETB 230 2
FK FKP 238 2
FK FKP 238 2
FO DKK 208 2
FO DKK 208 2
...
@@ -218,7 +220,7 @@ CS CSD 891 2
...
@@ -218,7 +220,7 @@ CS CSD 891 2
SC SCR 690 2
SC SCR 690 2
SL SLL 694 2
SL SLL 694 2
SG SGD 702 2
SG SGD 702 2
SK
SKK 703
2
SK
EUR 978
2
# MA 131
# MA 131
#SI SIT 705 2
#SI SIT 705 2
SI EUR 978 2
SI EUR 978 2
...
@@ -230,6 +232,7 @@ LK LKR 144 2
...
@@ -230,6 +232,7 @@ LK LKR 144 2
SD SDG 938 2
SD SDG 938 2
SR SRD 968 2
SR SRD 968 2
SJ NOK 578 2
SJ NOK 578 2
SX ANG 532 2
SZ SZL 748 2
SZ SZL 748 2
SE SEK 752 2
SE SEK 752 2
CH CHF 756 2
CH CHF 756 2
...
@@ -249,7 +252,7 @@ TN TND 788 3
...
@@ -249,7 +252,7 @@ TN TND 788 3
# MA 128
# MA 128
#TR TRL 792 0
#TR TRL 792 0
TR TRY 949 2
TR TRY 949 2
TM TM
M 795
2
TM TM
T 934
2
TC USD 840 2
TC USD 840 2
TV AUD 36 2
TV AUD 36 2
UG UGX 800 2
UG UGX 800 2
...
@@ -271,7 +274,7 @@ WF XPF 953 0
...
@@ -271,7 +274,7 @@ WF XPF 953 0
EH MAD 504 2
EH MAD 504 2
YE YER 886 2
YE YER 886 2
ZM ZMK 894 2
ZM ZMK 894 2
ZW ZW
D 716
2
ZW ZW
L 932
2
#XAU XAU 959
#XAU XAU 959
#XBA XBA 955
#XBA XBA 955
#XBB XBB 956
#XBB XBB 956
...
...
test/java/util/Locale/LocaleTest.java
浏览文件 @
bf2b5579
/*
/*
* Copyright (c) 2007, 201
0
, Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2007, 201
1
, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
*
* This code is free software; you can redistribute it and/or modify it
* This code is free software; you can redistribute it and/or modify it
...
@@ -25,7 +25,7 @@
...
@@ -25,7 +25,7 @@
* @bug 4052404 4052440 4084688 4092475 4101316 4105828 4107014 4107953 4110613
* @bug 4052404 4052440 4084688 4092475 4101316 4105828 4107014 4107953 4110613
* 4118587 4118595 4122371 4126371 4126880 4135316 4135752 4139504 4139940 4143951
* 4118587 4118595 4122371 4126371 4126880 4135316 4135752 4139504 4139940 4143951
* 4147315 4147317 4147552 4335196 4778440 4940539 5010672 6475525 6544471 6627549
* 4147315 4147317 4147552 4335196 4778440 4940539 5010672 6475525 6544471 6627549
* 6786276
* 6786276
7066203
* @summary test Locales
* @summary test Locales
*/
*/
/*
/*
...
@@ -400,7 +400,7 @@ public class LocaleTest extends LocaleTestFmwk {
...
@@ -400,7 +400,7 @@ public class LocaleTest extends LocaleTestFmwk {
}
}
/**
/**
* @bug 4106155 4118587
* @bug 4106155 4118587
7066203
*/
*/
public
void
TestGetLangsAndCountries
()
{
public
void
TestGetLangsAndCountries
()
{
// It didn't seem right to just do an exhaustive test of everything here, so I check
// 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 {
...
@@ -440,8 +440,8 @@ public class LocaleTest extends LocaleTestFmwk {
String
[]
spotCheck2
=
{
"US"
,
"CA"
,
"GB"
,
"FR"
,
"DE"
,
"IT"
,
"JP"
,
"KR"
,
"CN"
,
"TW"
,
"TH"
};
String
[]
spotCheck2
=
{
"US"
,
"CA"
,
"GB"
,
"FR"
,
"DE"
,
"IT"
,
"JP"
,
"KR"
,
"CN"
,
"TW"
,
"TH"
};
if
(
test
.
length
!=
24
6
)
if
(
test
.
length
!=
24
9
)
errln
(
"Expected getISOCountries to return 24
6
countries; it returned "
+
test
.
length
);
errln
(
"Expected getISOCountries to return 24
9
countries; it returned "
+
test
.
length
);
else
{
else
{
for
(
int
i
=
0
;
i
<
spotCheck2
.
length
;
i
++)
{
for
(
int
i
=
0
;
i
<
spotCheck2
.
length
;
i
++)
{
int
j
;
int
j
;
...
...
test/sun/text/resources/LocaleData
浏览文件 @
bf2b5579
...
@@ -6953,3 +6953,56 @@ CurrencyNames/de/mxv=Mexican Unidad de Inversion (UDI)
...
@@ -6953,3 +6953,56 @@ CurrencyNames/de/mxv=Mexican Unidad de Inversion (UDI)
CurrencyNames/de/svc=El Salvador Colon
CurrencyNames/de/svc=El Salvador Colon
CurrencyNames/it/bob=Boliviano
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)
test/sun/text/resources/LocaleDataTest.java
浏览文件 @
bf2b5579
...
@@ -33,7 +33,7 @@
...
@@ -33,7 +33,7 @@
* 6379214 6485516 6486607 4225362 4494727 6533691 6531591 6531593 6570259
* 6379214 6485516 6486607 4225362 4494727 6533691 6531591 6531593 6570259
* 6509039 6609737 6610748 6645271 6507067 6873931 6450945 6645268 6646611
* 6509039 6609737 6610748 6645271 6507067 6873931 6450945 6645268 6646611
* 6645405 6650730 6910489 6573250 6870908 6585666 6716626 6914413 6916787
* 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
* @summary Verify locale data
*
*
*/
*/
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录