author | peytoia |
Thu, 15 Sep 2011 15:02:05 +0900 | |
changeset 10593 | 680a346c7841 |
parent 9148 | 8837e7172929 |
permissions | -rw-r--r-- |
2 | 1 |
# |
9038
8059048b7ebd
7020583: Some currency names are missing in some locales
yhuang
parents:
5506
diff
changeset
|
2 |
# Copyright (c) 2005, 2011, Oracle and/or its affiliates. All rights reserved. |
8059048b7ebd
7020583: Some currency names are missing in some locales
yhuang
parents:
5506
diff
changeset
|
3 |
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. |
8059048b7ebd
7020583: Some currency names are missing in some locales
yhuang
parents:
5506
diff
changeset
|
4 |
# |
8059048b7ebd
7020583: Some currency names are missing in some locales
yhuang
parents:
5506
diff
changeset
|
5 |
# This code is free software; you can redistribute it and/or modify it |
8059048b7ebd
7020583: Some currency names are missing in some locales
yhuang
parents:
5506
diff
changeset
|
6 |
# under the terms of the GNU General Public License version 2 only, as |
8059048b7ebd
7020583: Some currency names are missing in some locales
yhuang
parents:
5506
diff
changeset
|
7 |
# published by the Free Software Foundation. Oracle designates this |
8059048b7ebd
7020583: Some currency names are missing in some locales
yhuang
parents:
5506
diff
changeset
|
8 |
# particular file as subject to the "Classpath" exception as provided |
8059048b7ebd
7020583: Some currency names are missing in some locales
yhuang
parents:
5506
diff
changeset
|
9 |
# by Oracle in the LICENSE file that accompanied this code. |
8059048b7ebd
7020583: Some currency names are missing in some locales
yhuang
parents:
5506
diff
changeset
|
10 |
# |
8059048b7ebd
7020583: Some currency names are missing in some locales
yhuang
parents:
5506
diff
changeset
|
11 |
# This code is distributed in the hope that it will be useful, but WITHOUT |
8059048b7ebd
7020583: Some currency names are missing in some locales
yhuang
parents:
5506
diff
changeset
|
12 |
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or |
8059048b7ebd
7020583: Some currency names are missing in some locales
yhuang
parents:
5506
diff
changeset
|
13 |
# FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License |
8059048b7ebd
7020583: Some currency names are missing in some locales
yhuang
parents:
5506
diff
changeset
|
14 |
# version 2 for more details (a copy is included in the LICENSE file that |
8059048b7ebd
7020583: Some currency names are missing in some locales
yhuang
parents:
5506
diff
changeset
|
15 |
# accompanied this code). |
8059048b7ebd
7020583: Some currency names are missing in some locales
yhuang
parents:
5506
diff
changeset
|
16 |
# |
8059048b7ebd
7020583: Some currency names are missing in some locales
yhuang
parents:
5506
diff
changeset
|
17 |
# You should have received a copy of the GNU General Public License version |
8059048b7ebd
7020583: Some currency names are missing in some locales
yhuang
parents:
5506
diff
changeset
|
18 |
# 2 along with this work; if not, write to the Free Software Foundation, |
8059048b7ebd
7020583: Some currency names are missing in some locales
yhuang
parents:
5506
diff
changeset
|
19 |
# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. |
8059048b7ebd
7020583: Some currency names are missing in some locales
yhuang
parents:
5506
diff
changeset
|
20 |
# |
8059048b7ebd
7020583: Some currency names are missing in some locales
yhuang
parents:
5506
diff
changeset
|
21 |
# Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA |
8059048b7ebd
7020583: Some currency names are missing in some locales
yhuang
parents:
5506
diff
changeset
|
22 |
# or visit www.oracle.com if you need additional information or have any |
8059048b7ebd
7020583: Some currency names are missing in some locales
yhuang
parents:
5506
diff
changeset
|
23 |
# questions. |
2 | 24 |
# |
25 |
||
26 |
# |
|
27 |
# COPYRIGHT AND PERMISSION NOTICE |
|
28 |
# |
|
9038
8059048b7ebd
7020583: Some currency names are missing in some locales
yhuang
parents:
5506
diff
changeset
|
29 |
# Copyright (C) 1991-2011 Unicode, Inc. All rights reserved. |
2 | 30 |
# Distributed under the Terms of Use in http://www.unicode.org/copyright.html. |
31 |
# |
|
9038
8059048b7ebd
7020583: Some currency names are missing in some locales
yhuang
parents:
5506
diff
changeset
|
32 |
# Permission is hereby granted, free of charge, to any person obtaining |
8059048b7ebd
7020583: Some currency names are missing in some locales
yhuang
parents:
5506
diff
changeset
|
33 |
# a copy of the Unicode data files and any associated documentation (the |
8059048b7ebd
7020583: Some currency names are missing in some locales
yhuang
parents:
5506
diff
changeset
|
34 |
# "Data Files") or Unicode software and any associated documentation |
8059048b7ebd
7020583: Some currency names are missing in some locales
yhuang
parents:
5506
diff
changeset
|
35 |
# (the "Software") to deal in the Data Files or Software without |
8059048b7ebd
7020583: Some currency names are missing in some locales
yhuang
parents:
5506
diff
changeset
|
36 |
# restriction, including without limitation the rights to use, copy, |
8059048b7ebd
7020583: Some currency names are missing in some locales
yhuang
parents:
5506
diff
changeset
|
37 |
# modify, merge, publish, distribute, and/or sell copies of the Data |
8059048b7ebd
7020583: Some currency names are missing in some locales
yhuang
parents:
5506
diff
changeset
|
38 |
# Files or Software, and to permit persons to whom the Data Files or |
8059048b7ebd
7020583: Some currency names are missing in some locales
yhuang
parents:
5506
diff
changeset
|
39 |
# Software are furnished to do so, provided that (a) the above copyright |
8059048b7ebd
7020583: Some currency names are missing in some locales
yhuang
parents:
5506
diff
changeset
|
40 |
# notice(s) and this permission notice appear with all copies of the |
8059048b7ebd
7020583: Some currency names are missing in some locales
yhuang
parents:
5506
diff
changeset
|
41 |
# Data Files or Software, (b) both the above copyright notice(s) and |
8059048b7ebd
7020583: Some currency names are missing in some locales
yhuang
parents:
5506
diff
changeset
|
42 |
# this permission notice appear in associated documentation, and (c) |
8059048b7ebd
7020583: Some currency names are missing in some locales
yhuang
parents:
5506
diff
changeset
|
43 |
# there is clear notice in each modified Data File or in the Software as |
8059048b7ebd
7020583: Some currency names are missing in some locales
yhuang
parents:
5506
diff
changeset
|
44 |
# well as in the documentation associated with the Data File(s) or |
8059048b7ebd
7020583: Some currency names are missing in some locales
yhuang
parents:
5506
diff
changeset
|
45 |
# Software that the data or software has been modified. |
2 | 46 |
# |
9038
8059048b7ebd
7020583: Some currency names are missing in some locales
yhuang
parents:
5506
diff
changeset
|
47 |
# THE DATA FILES AND SOFTWARE ARE PROVIDED "AS IS", WITHOUT WARRANTY OF |
8059048b7ebd
7020583: Some currency names are missing in some locales
yhuang
parents:
5506
diff
changeset
|
48 |
# ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE |
8059048b7ebd
7020583: Some currency names are missing in some locales
yhuang
parents:
5506
diff
changeset
|
49 |
# WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND |
8059048b7ebd
7020583: Some currency names are missing in some locales
yhuang
parents:
5506
diff
changeset
|
50 |
# NONINFRINGEMENT OF THIRD PARTY RIGHTS. IN NO EVENT SHALL THE COPYRIGHT |
8059048b7ebd
7020583: Some currency names are missing in some locales
yhuang
parents:
5506
diff
changeset
|
51 |
# HOLDER OR HOLDERS INCLUDED IN THIS NOTICE BE LIABLE FOR ANY CLAIM, OR |
8059048b7ebd
7020583: Some currency names are missing in some locales
yhuang
parents:
5506
diff
changeset
|
52 |
# ANY SPECIAL INDIRECT OR CONSEQUENTIAL DAMAGES, OR ANY DAMAGES |
8059048b7ebd
7020583: Some currency names are missing in some locales
yhuang
parents:
5506
diff
changeset
|
53 |
# WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN |
8059048b7ebd
7020583: Some currency names are missing in some locales
yhuang
parents:
5506
diff
changeset
|
54 |
# ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT |
8059048b7ebd
7020583: Some currency names are missing in some locales
yhuang
parents:
5506
diff
changeset
|
55 |
# OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THE DATA FILES OR |
8059048b7ebd
7020583: Some currency names are missing in some locales
yhuang
parents:
5506
diff
changeset
|
56 |
# SOFTWARE. |
2 | 57 |
# |
9038
8059048b7ebd
7020583: Some currency names are missing in some locales
yhuang
parents:
5506
diff
changeset
|
58 |
# Except as contained in this notice, the name of a copyright holder |
8059048b7ebd
7020583: Some currency names are missing in some locales
yhuang
parents:
5506
diff
changeset
|
59 |
# shall not be used in advertising or otherwise to promote the sale, use |
8059048b7ebd
7020583: Some currency names are missing in some locales
yhuang
parents:
5506
diff
changeset
|
60 |
# or other dealings in these Data Files or Software without prior |
8059048b7ebd
7020583: Some currency names are missing in some locales
yhuang
parents:
5506
diff
changeset
|
61 |
# written authorization of the copyright holder. |
8059048b7ebd
7020583: Some currency names are missing in some locales
yhuang
parents:
5506
diff
changeset
|
62 |
|
2 | 63 |
# |
64 |
# Generated automatically from the Common Locale Data Repository. DO NOT EDIT! |
|
9038
8059048b7ebd
7020583: Some currency names are missing in some locales
yhuang
parents:
5506
diff
changeset
|
65 |
# |
2 | 66 |
adp=Peseta Andorrana |
67 |
aed=Dirham degli Emirati Arabi Uniti |
|
68 |
afa=Afgani (1927-2002) |
|
69 |
afn=Afgani |
|
70 |
all=Lek Albanese |
|
71 |
amd=Dram Armeno |
|
72 |
ang=Fiorino delle Antille Olandesi |
|
73 |
aoa=Kwanza Angolano |
|
74 |
ars=Peso Argentino |
|
75 |
ats=Scellino Austriaco |
|
76 |
aud=Dollaro Australiano |
|
77 |
awg=Fiorino di Aruba |
|
9038
8059048b7ebd
7020583: Some currency names are missing in some locales
yhuang
parents:
5506
diff
changeset
|
78 |
azm=Manat Azero (1993-2006) |
2 | 79 |
bam=Marco Conv. Bosnia-Erzegovina |
80 |
bbd=Dollaro di Barbados |
|
81 |
bdt=Taka Bangladese |
|
82 |
bef=Franco Belga |
|
83 |
bgl=Lev Bulgaro |
|
84 |
bgn=Nuovo Lev Bulgaro |
|
85 |
bhd=Dinaro del Bahraini |
|
86 |
bif=Franco del Burundi |
|
87 |
bmd=Dollaro delle Bermuda |
|
88 |
bnd=Dollaro del Brunei |
|
9148
8837e7172929
7036905: [de] dem - the german mark display name is incorrect
yhuang
parents:
9038
diff
changeset
|
89 |
bob=Boliviano |
2 | 90 |
bov=Mvdol Boliviano |
91 |
brl=Real Brasiliano |
|
92 |
bsd=Dollaro delle Bahamas |
|
93 |
btn=Ngultrum Butanese |
|
94 |
bwp=Pula del Botswana |
|
95 |
byb=Nuovo Rublo Bielorussia (1994-1999) |
|
96 |
byr=Rublo Bielorussia |
|
97 |
bzd=Dollaro Belize |
|
98 |
cad=Dollaro Canadese |
|
99 |
cdf=Franco Congolese |
|
100 |
chf=Franco Svizzero |
|
101 |
clf=Unidades de Fomento Chilene |
|
102 |
clp=Peso Cileno |
|
103 |
cny=Renmimbi Cinese |
|
104 |
cop=Peso Colombiano |
|
105 |
crc=Col\u00f3n Costaricano |
|
106 |
cup=Peso Cubano |
|
107 |
cve=Escudo del Capo Verde |
|
108 |
cyp=Sterlina Cipriota |
|
109 |
czk=Corona Ceca |
|
110 |
dem=Marco Tedesco |
|
111 |
djf=Franco Gibutiano |
|
112 |
dkk=Corona Danese |
|
113 |
dop=Peso Dominicano |
|
114 |
dzd=Dinaro Algerino |
|
115 |
eek=Corona dell\u2019Estonia |
|
116 |
egp=Sterlina Egiziana |
|
117 |
ern=Nakfa Eritreo |
|
118 |
esp=Peseta Spagnola |
|
119 |
etb=Birr Etiopico |
|
120 |
fim=Markka Finlandese |
|
121 |
fjd=Dollaro delle Figi |
|
122 |
fkp=Sterlina delle Falkland |
|
123 |
frf=Franco Francese |
|
124 |
gbp=Sterlina Inglese |
|
125 |
gel=Lari Georgiano |
|
126 |
ghc=Cedi del Ghana |
|
9038
8059048b7ebd
7020583: Some currency names are missing in some locales
yhuang
parents:
5506
diff
changeset
|
127 |
ghs=Cedi ghanese |
2 | 128 |
gip=Sterlina di Gibilterra |
129 |
gmd=Dalasi del Gambia |
|
130 |
gnf=Franco della Guinea |
|
131 |
grd=Dracma Greca |
|
132 |
gtq=Quetzal Guatemalteco |
|
133 |
gwp=Peso della Guinea-Bissau |
|
134 |
gyd=Dollaro della Guyana |
|
135 |
hkd=Dollaro di Hong Kong |
|
136 |
hnl=Lempira Hoduregno |
|
137 |
hrk=Kuna Croata |
|
138 |
htg=Gourde Haitiano |
|
139 |
huf=Fiorino Ungherese |
|
140 |
idr=Rupia Indonesiana |
|
9038
8059048b7ebd
7020583: Some currency names are missing in some locales
yhuang
parents:
5506
diff
changeset
|
141 |
iep=Sterlina irlandese |
2 | 142 |
ils=Nuovo sheqel israeliano |
143 |
inr=Rupia Indiana |
|
144 |
iqd=Dinaro Iracheno |
|
145 |
irr=Rial Iraniano |
|
146 |
isk=Corona Islandese |
|
147 |
itl=Lira Italiana |
|
148 |
jmd=Dollaro Giamaicano |
|
149 |
jod=Dinaro Giordano |
|
150 |
jpy=Yen Giapponese |
|
151 |
kes=Scellino Keniota |
|
9038
8059048b7ebd
7020583: Some currency names are missing in some locales
yhuang
parents:
5506
diff
changeset
|
152 |
kgs=Som Kirghiso |
2 | 153 |
khr=Riel Cambogiano |
154 |
kmf=Franco Comoriano |
|
155 |
kpw=Won Nordcoreano |
|
156 |
krw=Won Sudcoreano |
|
157 |
kwd=Dinaro Kuwaitiano |
|
158 |
kyd=Dollaro delle Isole Cayman |
|
159 |
kzt=Tenge Kazaco |
|
160 |
lak=Kip Laotiano |
|
161 |
lbp=Sterlina Libanese |
|
162 |
lkr=Rupia di Sri Lanka |
|
163 |
lrd=Dollaro Liberiano |
|
164 |
lsl=Loti del Lesotho |
|
165 |
ltl=Lita Lituana |
|
166 |
luf=Franco del Lussemburgo |
|
167 |
lvl=Lat Lettone |
|
168 |
lyd=Dinaro Libico |
|
169 |
mad=Dirham Marocchino |
|
170 |
mdl=Leu Moldavo |
|
171 |
mga=Ariary Malgascio |
|
172 |
mgf=Franco Malgascio |
|
173 |
mkd=Dinaro Macedone |
|
174 |
mmk=Kyat di Myanmar |
|
175 |
mnt=Tugrik Mongolo |
|
176 |
mop=Pataca di Macao |
|
177 |
mro=Ouguiya della Mauritania |
|
178 |
mtl=Lira Maltese |
|
179 |
mur=Rupia Mauriziana |
|
180 |
mvr=Rufiyaa delle Maldive |
|
181 |
mwk=Kwacha Malawiano |
|
182 |
mxn=Peso Messicano |
|
183 |
mxv=Unidad de Inversion (UDI) Messicana |
|
184 |
myr=Ringgit della Malesia |
|
9038
8059048b7ebd
7020583: Some currency names are missing in some locales
yhuang
parents:
5506
diff
changeset
|
185 |
mzn=Metical del Mozambico |
2 | 186 |
nad=Dollaro Namibiano |
187 |
ngn=Naira Nigeriana |
|
188 |
nio=C\u00f3rdoba oro nicaraguense |
|
189 |
nlg=Fiorino Olandese |
|
190 |
nok=Corona Norvegese |
|
191 |
npr=Rupia Nepalese |
|
192 |
nzd=Dollaro Neozelandese |
|
193 |
omr=Rial Omanita |
|
194 |
pab=Balboa di Panama |
|
195 |
pen=Sol Nuevo Peruviano |
|
196 |
pgk=Kina della Papua Nuova Guinea |
|
197 |
php=Peso delle Filippine |
|
198 |
pkr=Rupia del Pakistan |
|
199 |
pln=Zloty Polacco |
|
200 |
pte=Escudo Portoghese |
|
201 |
pyg=Guarani del Paraguay |
|
202 |
qar=Rial del Qatar |
|
203 |
rol=Leu della Romania |
|
9038
8059048b7ebd
7020583: Some currency names are missing in some locales
yhuang
parents:
5506
diff
changeset
|
204 |
rsd=Dinaro serbo |
2 | 205 |
rub=Rublo Russo |
206 |
rur=Rublo della CSI |
|
207 |
rwf=Franco Ruandese |
|
208 |
sar=Ryal Saudita |
|
209 |
sbd=Dollaro delle Isole Solomon |
|
210 |
scr=Rupia delle Seychelles |
|
211 |
sdd=Dinaro Sudanese |
|
9038
8059048b7ebd
7020583: Some currency names are missing in some locales
yhuang
parents:
5506
diff
changeset
|
212 |
sdg=Sterlina sudanese |
2 | 213 |
sek=Corona Svedese |
214 |
sgd=Dollaro di Singapore |
|
215 |
shp=Sterlina di Sant\u2019Elena |
|
216 |
sit=Tallero Sloveno |
|
217 |
skk=Corona Slovacca |
|
218 |
sll=Leone della Sierra Leone |
|
219 |
sos=Scellino Somalo |
|
9038
8059048b7ebd
7020583: Some currency names are missing in some locales
yhuang
parents:
5506
diff
changeset
|
220 |
srd=Dollaro surinamese |
2 | 221 |
srg=Fiorino del Suriname |
222 |
std=Dobra di Sao Tom\u00e9 e Principe |
|
223 |
svc=Col\u00f3n Salvadoregno |
|
224 |
syp=Sterlina Siriana |
|
225 |
szl=Lilangeni dello Swaziland |
|
226 |
thb=Baht Tailandese |
|
227 |
tjs=Somoni del Tajikistan |
|
228 |
tmm=Manat Turkmeno |
|
229 |
tnd=Dinaro Tunisino |
|
230 |
top=Pa\u02bbanga di Tonga |
|
231 |
tpe=Escudo di Timor |
|
232 |
trl=Lira Turca |
|
233 |
ttd=Dollaro di Trinidad e Tobago |
|
234 |
twd=Nuovo dollaro taiwanese |
|
235 |
tzs=Scellino della Tanzania |
|
236 |
uah=Hrivna Ucraina |
|
237 |
ugx=Scellino Ugandese |
|
238 |
usd=Dollaro Statunitense |
|
239 |
usn=Dollaro Statunitense (Next day) |
|
240 |
uss=Dollaro Statunitense (Same day) |
|
241 |
uyu=Peso Uruguayo uruguaiano |
|
242 |
uzs=Sum dell\u2019Uzbekistan |
|
243 |
veb=Bolivar Venezuelano |
|
9038
8059048b7ebd
7020583: Some currency names are missing in some locales
yhuang
parents:
5506
diff
changeset
|
244 |
vef=Bol\u00edvar venezuelano forte |
2 | 245 |
vnd=Dong Vietnamita |
246 |
vuv=Vatu di Vanuatu |
|
247 |
wst=Tala della Samoa Occidentale |
|
248 |
xaf=Franco CFA BEAC |
|
9038
8059048b7ebd
7020583: Some currency names are missing in some locales
yhuang
parents:
5506
diff
changeset
|
249 |
xag=Argento |
2 | 250 |
xau=Oro |
251 |
xba=Unit\u00e0 composita europea |
|
252 |
xbb=Unit\u00e0 monetaria europea |
|
253 |
xbc=Unit\u00e0 di acconto europea (XBC) |
|
254 |
xbd=Unit\u00e0 di acconto europea (XBD) |
|
255 |
xcd=Dollaro dei Caraibi Orientali |
|
256 |
xdr=Diritti Speciali di Incasso |
|
257 |
xfo=Franco Oro Francese |
|
258 |
xfu=Franco UIC Francese |
|
259 |
xof=Franco CFA BCEAO |
|
9038
8059048b7ebd
7020583: Some currency names are missing in some locales
yhuang
parents:
5506
diff
changeset
|
260 |
xpd=Palladio |
2 | 261 |
xpf=Franco CFP |
262 |
xxx=Nessuna valuta |
|
263 |
yer=Rial dello Yemen |
|
264 |
yum=Dinaro Noviy Yugoslavo |
|
265 |
zar=Rand Sudafricano |
|
266 |
zmk=Kwacha dello Zambia |
|
267 |
zwd=Dollaro dello Zimbabwe |