author | peytoia |
Thu, 15 Sep 2011 15:02:05 +0900 | |
changeset 10593 | 680a346c7841 |
parent 10293 | cdcbdd4c20b8 |
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 |
9038
8059048b7ebd
7020583: Some currency names are missing in some locales
yhuang
parents:
5506
diff
changeset
|
67 |
aed=d\u00edrham de los Emiratos \u00c1rabes Unidos |
2 | 68 |
afa=afgani (1927-2002) |
69 |
afn=afgani |
|
70 |
all=lek alban\u00e9s |
|
71 |
amd=dram armenio |
|
72 |
ang=flor\u00edn de las Antillas Neerlandesas |
|
73 |
aoa=kwanza angole\u00f1o |
|
74 |
ars=peso argentino |
|
75 |
ats=chel\u00edn austriaco |
|
76 |
aud=d\u00f3lar australiano |
|
77 |
awg=flor\u00edn de Aruba |
|
9038
8059048b7ebd
7020583: Some currency names are missing in some locales
yhuang
parents:
5506
diff
changeset
|
78 |
azm=manat azer\u00ed (1993-2006) |
8059048b7ebd
7020583: Some currency names are missing in some locales
yhuang
parents:
5506
diff
changeset
|
79 |
azn=manat azer\u00ed |
2 | 80 |
bam=marco convertible de Bosnia-Herzegovina |
81 |
bbd=d\u00f3lar de Barbados |
|
82 |
bdt=taka de Bangladesh |
|
83 |
bef=franco belga |
|
84 |
bgl=lev fuerte b\u00falgaro |
|
85 |
bgn=nuevo lev b\u00falgaro |
|
86 |
bhd=dinar bahrein\u00ed |
|
87 |
bif=franco de Burundi |
|
88 |
bmd=d\u00f3lar de Bermudas |
|
89 |
bnd=d\u00f3lar de Brun\u00e9i |
|
90 |
bob=boliviano |
|
91 |
bov=MVDOL boliviano |
|
92 |
brl=real brasile\u00f1o |
|
93 |
bsd=d\u00f3lar de las Bahamas |
|
94 |
btn=ngultrum butan\u00e9s |
|
95 |
bwp=pula botsuano |
|
96 |
byb=nuevo rublo bielorruso (1994-1999) |
|
97 |
byr=rublo bielorruso |
|
98 |
bzd=d\u00f3lar de Belice |
|
99 |
cad=d\u00f3lar canadiense |
|
100 |
cdf=franco congole\u00f1o |
|
101 |
chf=franco suizo |
|
102 |
clf=unidad de fomento chilena |
|
103 |
clp=peso chileno |
|
104 |
cny=yuan renminbi chino |
|
105 |
cop=peso colombiano |
|
106 |
crc=col\u00f3n costarricense |
|
9038
8059048b7ebd
7020583: Some currency names are missing in some locales
yhuang
parents:
5506
diff
changeset
|
107 |
csd=antiguo dinar serbio |
10293
cdcbdd4c20b8
7066203: Update currency data to the latest ISO 4217 standard
yhuang
parents:
9038
diff
changeset
|
108 |
cuc=peso cubano convertible |
2 | 109 |
cup=peso cubano |
110 |
cve=escudo de Cabo Verde |
|
111 |
cyp=libra chipriota |
|
112 |
czk=corona checa |
|
113 |
dem=marco alem\u00e1n |
|
114 |
djf=franco de Yibuti |
|
115 |
dkk=corona danesa |
|
116 |
dop=peso dominicano |
|
117 |
dzd=dinar argelino |
|
118 |
eek=corona estonia |
|
119 |
egp=libra egipcia |
|
120 |
ern=nakfa eritreo |
|
121 |
esp=peseta espa\u00f1ola |
|
122 |
etb=birr et\u00edope |
|
123 |
eur=euro |
|
124 |
fim=marco finland\u00e9s |
|
125 |
fjd=d\u00f3lar de las Islas Fiyi |
|
126 |
fkp=libra de las Islas Malvinas |
|
127 |
frf=franco franc\u00e9s |
|
128 |
gbp=libra esterlina brit\u00e1nica |
|
129 |
gel=lari georgiano |
|
9038
8059048b7ebd
7020583: Some currency names are missing in some locales
yhuang
parents:
5506
diff
changeset
|
130 |
ghc=cedi ghan\u00e9s (1979-2007) |
8059048b7ebd
7020583: Some currency names are missing in some locales
yhuang
parents:
5506
diff
changeset
|
131 |
ghs=cedi ghan\u00e9s |
2 | 132 |
gip=libra de Gibraltar |
133 |
gmd=dalasi gambiano |
|
134 |
gnf=franco guineano |
|
135 |
grd=dracma griego |
|
136 |
gtq=quetzal guatemalteco |
|
137 |
gwp=peso de Guinea-Biss\u00e1u |
|
138 |
gyd=d\u00f3lar guyan\u00e9s |
|
139 |
hkd=d\u00f3lar de Hong Kong |
|
140 |
hnl=lempira hondure\u00f1o |
|
141 |
hrk=kuna croata |
|
142 |
htg=gourde haitiano |
|
143 |
huf=flor\u00edn h\u00fangaro |
|
144 |
idr=rupia indonesia |
|
145 |
iep=libra irlandesa |
|
146 |
ils=nuevo sheqel israel\u00ed |
|
147 |
inr=rupia india |
|
148 |
iqd=dinar iraqu\u00ed |
|
149 |
irr=rial iran\u00ed |
|
150 |
isk=corona islandesa |
|
151 |
itl=lira italiana |
|
152 |
jmd=d\u00f3lar de Jamaica |
|
153 |
jod=dinar jordano |
|
154 |
jpy=yen japon\u00e9s |
|
155 |
kes=chel\u00edn keniata |
|
156 |
kgs=som kirgu\u00eds |
|
157 |
khr=riel camboyano |
|
158 |
kmf=franco comorense |
|
159 |
kpw=won norcoreano |
|
160 |
krw=won surcoreano |
|
161 |
kwd=dinar kuwait\u00ed |
|
162 |
kyd=d\u00f3lar de las Islas Caim\u00e1n |
|
163 |
kzt=tenge kazako |
|
164 |
lak=kip laosiano |
|
165 |
lbp=libra libanesa |
|
166 |
lkr=rupia de Sri Lanka |
|
167 |
lrd=d\u00f3lar liberiano |
|
168 |
lsl=loti lesothense |
|
169 |
ltl=litas lituano |
|
170 |
luf=franco luxemburgu\u00e9s |
|
171 |
lvl=lats let\u00f3n |
|
172 |
lyd=dinar libio |
|
173 |
mad=dirham marroqu\u00ed |
|
174 |
mdl=leu moldavo |
|
175 |
mga=ariary malgache |
|
176 |
mgf=franco malgache |
|
177 |
mkd=dinar macedonio |
|
178 |
mmk=kyat de Myanmar |
|
179 |
mnt=tugrik mongol |
|
180 |
mop=pataca de Macao |
|
181 |
mro=ouguiya mauritano |
|
182 |
mtl=lira maltesa |
|
183 |
mur=rupia mauriciana |
|
184 |
mvr=rufiyaa de Maldivas |
|
185 |
mwk=kwacha de Malawi |
|
186 |
mxn=peso mexicano |
|
187 |
mxv=unidad de inversi\u00f3n (UDI) mexicana |
|
188 |
myr=ringgit malasio |
|
9038
8059048b7ebd
7020583: Some currency names are missing in some locales
yhuang
parents:
5506
diff
changeset
|
189 |
mzm=antiguo metical mozambique\u00f1o |
8059048b7ebd
7020583: Some currency names are missing in some locales
yhuang
parents:
5506
diff
changeset
|
190 |
mzn=metical mozambique\u00f1o |
2 | 191 |
nad=d\u00f3lar de Namibia |
192 |
ngn=naira nigeriano |
|
193 |
nio=c\u00f3rdoba oro nicarag\u00fcense |
|
194 |
nlg=flor\u00edn neerland\u00e9s |
|
195 |
nok=corona noruega |
|
196 |
npr=rupia nepalesa |
|
197 |
nzd=d\u00f3lar neozeland\u00e9s |
|
198 |
omr=rial oman\u00ed |
|
199 |
pab=balboa paname\u00f1o |
|
200 |
pen=nuevo sol peruano |
|
201 |
pgk=kina de Pap\u00faa Nueva Guinea |
|
202 |
php=peso filipino |
|
203 |
pkr=rupia pakistan\u00ed |
|
204 |
pln=zloty polaco |
|
205 |
pte=escudo portugu\u00e9s |
|
206 |
pyg=guaran\u00ed paraguayo |
|
207 |
qar=riyal de Qatar |
|
208 |
rol=antiguo leu rumano |
|
209 |
ron=leu rumano |
|
9038
8059048b7ebd
7020583: Some currency names are missing in some locales
yhuang
parents:
5506
diff
changeset
|
210 |
rsd=dinar serbio |
2 | 211 |
rub=rublo ruso |
212 |
rur=rublo ruso (1991-1998) |
|
213 |
rwf=franco ruand\u00e9s |
|
214 |
sar=riyal saud\u00ed |
|
215 |
sbd=d\u00f3lar de las Islas Salom\u00f3n |
|
216 |
scr=rupia de Seychelles |
|
217 |
sdd=dinar sudan\u00e9s |
|
9038
8059048b7ebd
7020583: Some currency names are missing in some locales
yhuang
parents:
5506
diff
changeset
|
218 |
sdg=libra sudanesa |
2 | 219 |
sek=corona sueca |
220 |
sgd=d\u00f3lar singapurense |
|
221 |
shp=libra de Santa Elena |
|
222 |
sit=t\u00f3lar esloveno |
|
223 |
skk=corona eslovaca |
|
224 |
sll=leone de Sierra Leona |
|
225 |
sos=chel\u00edn somal\u00ed |
|
226 |
srd=d\u00f3lar surinam\u00e9s |
|
227 |
srg=flor\u00edn surinam\u00e9s |
|
228 |
std=dobra de Santo Tom\u00e9 y Pr\u00edncipe |
|
229 |
svc=col\u00f3n salvadore\u00f1o |
|
230 |
syp=libra siria |
|
231 |
szl=lilangeni suazi |
|
232 |
thb=baht tailand\u00e9s |
|
233 |
tjs=somoni tayiko |
|
234 |
tmm=manat turcomano |
|
10293
cdcbdd4c20b8
7066203: Update currency data to the latest ISO 4217 standard
yhuang
parents:
9038
diff
changeset
|
235 |
tmt=nuevo manat turcomano |
2 | 236 |
tnd=dinar tunecino |
237 |
top=pa\u02bbanga tongano |
|
238 |
tpe=escudo timorense |
|
9038
8059048b7ebd
7020583: Some currency names are missing in some locales
yhuang
parents:
5506
diff
changeset
|
239 |
trl=lira turca antigua |
2 | 240 |
try=nueva lira turca |
241 |
ttd=d\u00f3lar de Trinidad y Tobago |
|
242 |
twd=nuevo d\u00f3lar taiwan\u00e9s |
|
243 |
tzs=chel\u00edn tanzano |
|
244 |
uah=grivna ucraniana |
|
245 |
ugx=chel\u00edn ugand\u00e9s |
|
246 |
usd=d\u00f3lar estadounidense |
|
247 |
usn=d\u00f3lar estadounidense (d\u00eda siguiente) |
|
248 |
uss=d\u00f3lar estadounidense (mismo d\u00eda) |
|
249 |
uyu=peso uruguayo |
|
250 |
uzs=sum uzbeko |
|
251 |
veb=bol\u00edvar venezolano |
|
9038
8059048b7ebd
7020583: Some currency names are missing in some locales
yhuang
parents:
5506
diff
changeset
|
252 |
vef=bol\u00edvar fuerte venezolano |
2 | 253 |
vnd=dong vietnamita |
254 |
vuv=vatu vanuatuense |
|
255 |
wst=tala samoano |
|
256 |
xaf=franco CFA BEAC |
|
257 |
xag=plata |
|
258 |
xau=oro |
|
259 |
xba=unidad compuesta europea |
|
260 |
xbb=unidad monetaria europea |
|
261 |
xbc=unidad de cuenta europea (XBC) |
|
262 |
xbd=unidad de cuenta europea (XBD) |
|
263 |
xcd=d\u00f3lar del Caribe Oriental |
|
264 |
xdr=derechos especiales de giro |
|
265 |
xfo=franco oro franc\u00e9s |
|
266 |
xfu=franco UIC franc\u00e9s |
|
267 |
xof=franco CFA BCEAO |
|
268 |
xpd=paladio |
|
269 |
xpf=franco CFP |
|
270 |
xpt=platino |
|
271 |
xts=c\u00f3digo reservado para pruebas |
|
272 |
xxx=Sin divisa |
|
273 |
yer=rial yemen\u00ed |
|
274 |
yum=super dinar yugoslavo |
|
275 |
zar=rand sudafricano |
|
276 |
zmk=kwacha zambiano |
|
277 |
zwd=d\u00f3lar de Zimbabue |
|
10293
cdcbdd4c20b8
7066203: Update currency data to the latest ISO 4217 standard
yhuang
parents:
9038
diff
changeset
|
278 |
zwl=d\u00f3lar zimbabuense |