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=Andorranische Pesete |
67 |
aed=UAE Dirham |
|
9148
8837e7172929
7036905: [de] dem - the german mark display name is incorrect
yhuang
parents:
9038
diff
changeset
|
68 |
afa=Afghani (1927-2002) |
8837e7172929
7036905: [de] dem - the german mark display name is incorrect
yhuang
parents:
9038
diff
changeset
|
69 |
afn=Afghani |
2 | 70 |
all=Lek |
71 |
amd=Dram |
|
72 |
ang=Niederl. Antillen Gulden |
|
73 |
aoa=Kwanza |
|
74 |
ars=Argentinischer Peso |
|
75 |
ats=\u00d6sterreichischer Schilling |
|
76 |
aud=Australischer Dollar |
|
77 |
awg=Aruba Florin |
|
9038
8059048b7ebd
7020583: Some currency names are missing in some locales
yhuang
parents:
5506
diff
changeset
|
78 |
azm=Aserbaidschan-Manat (1993-2006) |
8059048b7ebd
7020583: Some currency names are missing in some locales
yhuang
parents:
5506
diff
changeset
|
79 |
azn=Aserbaidschan-Manat |
2 | 80 |
bam=Konvertierbare Mark |
81 |
bbd=Barbados-Dollar |
|
82 |
bdt=Taka |
|
83 |
bef=Belgischer Franc |
|
84 |
bgl=Lew (1962-1999) |
|
85 |
bgn=Lew |
|
86 |
bhd=Bahrain-Dinar |
|
87 |
bif=Burundi-Franc |
|
88 |
bmd=Bermuda-Dollar |
|
89 |
bnd=Brunei-Dollar |
|
9148
8837e7172929
7036905: [de] dem - the german mark display name is incorrect
yhuang
parents:
9038
diff
changeset
|
90 |
bob=Boliviano |
2 | 91 |
bov=Mvdol |
92 |
brl=Real |
|
93 |
bsd=Bahama-Dollar |
|
94 |
btn=Ngultrum |
|
95 |
bwp=Pula |
|
96 |
byb=Belarus Rubel (alt) |
|
97 |
byr=Belarus Rubel (neu) |
|
98 |
bzd=Belize-Dollar |
|
99 |
cad=Kanadischer Dollar |
|
100 |
cdf=Franc congolais |
|
101 |
chf=Schweizer Franken |
|
102 |
clf=Unidades de Fomento |
|
103 |
clp=Chilenischer Peso |
|
104 |
cny=Renminbi Yuan |
|
105 |
cop=Kolumbianischer Peso |
|
106 |
crc=Costa Rica Colon |
|
9038
8059048b7ebd
7020583: Some currency names are missing in some locales
yhuang
parents:
5506
diff
changeset
|
107 |
csd=Alter Serbischer Dinar |
10293
cdcbdd4c20b8
7066203: Update currency data to the latest ISO 4217 standard
yhuang
parents:
9148
diff
changeset
|
108 |
cuc=Kubanischer Peso (konvertibel) |
2 | 109 |
cup=Kubanischer Peso |
110 |
cve=Kap Verde Escudo |
|
9038
8059048b7ebd
7020583: Some currency names are missing in some locales
yhuang
parents:
5506
diff
changeset
|
111 |
cyp=Zypern-Pfund |
2 | 112 |
czk=Tschechische Krone |
9148
8837e7172929
7036905: [de] dem - the german mark display name is incorrect
yhuang
parents:
9038
diff
changeset
|
113 |
dem=Deutsche Mark |
2 | 114 |
djf=Dschibuti-Franc |
115 |
dkk=D\u00e4nische Krone |
|
116 |
dop=Dominikanischer Peso |
|
117 |
dzd=Algerischer Dinar |
|
118 |
eek=Estnische Krone |
|
119 |
egp=\u00c4gyptisches Pfund |
|
120 |
ern=Nakfa |
|
9038
8059048b7ebd
7020583: Some currency names are missing in some locales
yhuang
parents:
5506
diff
changeset
|
121 |
esp=Spanische Peseta |
2 | 122 |
etb=Birr |
123 |
fim=Finnische Mark |
|
9038
8059048b7ebd
7020583: Some currency names are missing in some locales
yhuang
parents:
5506
diff
changeset
|
124 |
fjd=Fidschi-Dollar |
8059048b7ebd
7020583: Some currency names are missing in some locales
yhuang
parents:
5506
diff
changeset
|
125 |
fkp=Falkland-Pfund |
2 | 126 |
frf=Franz\u00f6sischer Franc |
127 |
gbp=Pfund Sterling |
|
128 |
gel=Georgischer Lari |
|
129 |
ghc=Cedi |
|
9038
8059048b7ebd
7020583: Some currency names are missing in some locales
yhuang
parents:
5506
diff
changeset
|
130 |
ghs=Ghanaische Cedi |
8059048b7ebd
7020583: Some currency names are missing in some locales
yhuang
parents:
5506
diff
changeset
|
131 |
gip=Gibraltar-Pfund |
2 | 132 |
gmd=Dalasi |
9038
8059048b7ebd
7020583: Some currency names are missing in some locales
yhuang
parents:
5506
diff
changeset
|
133 |
gnf=Guinea-Franc |
2 | 134 |
grd=Griechische Drachme |
135 |
gtq=Quetzal |
|
136 |
gwp=Guinea Bissau Peso |
|
9038
8059048b7ebd
7020583: Some currency names are missing in some locales
yhuang
parents:
5506
diff
changeset
|
137 |
gyd=Guyana-Dollar |
8059048b7ebd
7020583: Some currency names are missing in some locales
yhuang
parents:
5506
diff
changeset
|
138 |
hkd=Hongkong-Dollar |
2 | 139 |
hnl=Lempira |
140 |
hrk=Kuna |
|
141 |
htg=Gourde |
|
142 |
huf=Forint |
|
143 |
idr=Rupiah |
|
144 |
iep=Irisches Pfund |
|
145 |
ils=Schekel |
|
146 |
inr=Indische Rupie |
|
147 |
iqd=Irak Dinar |
|
148 |
irr=Rial |
|
149 |
isk=Isl\u00e4ndische Krone |
|
9038
8059048b7ebd
7020583: Some currency names are missing in some locales
yhuang
parents:
5506
diff
changeset
|
150 |
itl=Italienische Lira |
8059048b7ebd
7020583: Some currency names are missing in some locales
yhuang
parents:
5506
diff
changeset
|
151 |
jmd=Jamaika-Dollar |
2 | 152 |
jod=Jordanischer Dinar |
153 |
jpy=Yen |
|
9038
8059048b7ebd
7020583: Some currency names are missing in some locales
yhuang
parents:
5506
diff
changeset
|
154 |
kes=Kenia-Schilling |
2 | 155 |
kgs=Som |
156 |
khr=Riel |
|
157 |
kmf=Komoren Franc |
|
158 |
kpw=Nordkoreanischer Won |
|
159 |
krw=S\u00fcdkoreanischer Won |
|
160 |
kwd=Kuwait Dinar |
|
161 |
kyd=Kaiman-Dollar |
|
162 |
kzt=Tenge |
|
163 |
lak=Kip |
|
164 |
lbp=Libanesisches Pfund |
|
165 |
lkr=Sri Lanka Rupie |
|
166 |
lrd=Liberianischer Dollar |
|
167 |
lsl=Loti |
|
168 |
ltl=Litauischer Litas |
|
169 |
luf=Luxemburgischer Franc |
|
170 |
lvl=Lettischer Lats |
|
171 |
lyd=Libyscher Dinar |
|
172 |
mad=Marokkanischer Dirham |
|
173 |
mdl=Moldau Leu |
|
174 |
mga=Madagaskar Ariary |
|
9038
8059048b7ebd
7020583: Some currency names are missing in some locales
yhuang
parents:
5506
diff
changeset
|
175 |
mgf=Madagaskar-Franc |
2 | 176 |
mkd=Denar |
177 |
mmk=Kyat |
|
178 |
mnt=Tugrik |
|
179 |
mop=Pataca |
|
180 |
mro=Ouguiya |
|
181 |
mtl=Maltesische Lira |
|
9038
8059048b7ebd
7020583: Some currency names are missing in some locales
yhuang
parents:
5506
diff
changeset
|
182 |
mur=Mauritius-Rupie |
2 | 183 |
mvr=Rufiyaa |
9148
8837e7172929
7036905: [de] dem - the german mark display name is incorrect
yhuang
parents:
9038
diff
changeset
|
184 |
mwk=Malawi Kwacha |
2 | 185 |
mxn=Mexikanischer Peso |
9148
8837e7172929
7036905: [de] dem - the german mark display name is incorrect
yhuang
parents:
9038
diff
changeset
|
186 |
mxv=Mexican Unidad de Inversion (UDI) |
2 | 187 |
myr=Malaysischer Ringgit |
9038
8059048b7ebd
7020583: Some currency names are missing in some locales
yhuang
parents:
5506
diff
changeset
|
188 |
mzm=Alter Metical |
8059048b7ebd
7020583: Some currency names are missing in some locales
yhuang
parents:
5506
diff
changeset
|
189 |
mzn=Metical |
8059048b7ebd
7020583: Some currency names are missing in some locales
yhuang
parents:
5506
diff
changeset
|
190 |
nad=Namibia-Dollar |
2 | 191 |
ngn=Naira |
192 |
nio=Gold-Cordoba |
|
193 |
nlg=Holl\u00e4ndischer Gulden |
|
194 |
nok=Norwegische Krone |
|
195 |
npr=Nepalesische Rupie |
|
9038
8059048b7ebd
7020583: Some currency names are missing in some locales
yhuang
parents:
5506
diff
changeset
|
196 |
nzd=Neuseeland-Dollar |
2 | 197 |
omr=Rial Omani |
198 |
pab=Balboa |
|
199 |
pen=Neuer Sol |
|
200 |
pgk=Kina |
|
201 |
php=Philippinischer Peso |
|
202 |
pkr=Pakistanische Rupie |
|
203 |
pln=Zloty |
|
204 |
pte=Portugiesischer Escudo |
|
205 |
pyg=Guarani |
|
206 |
qar=Katar Riyal |
|
207 |
rol=Leu |
|
9038
8059048b7ebd
7020583: Some currency names are missing in some locales
yhuang
parents:
5506
diff
changeset
|
208 |
ron=Rum\u00e4nischer Leu |
8059048b7ebd
7020583: Some currency names are missing in some locales
yhuang
parents:
5506
diff
changeset
|
209 |
rsd=Serbischer Dinar |
2 | 210 |
rub=Russischer Rubel (neu) |
211 |
rur=Russischer Rubel (alt) |
|
9038
8059048b7ebd
7020583: Some currency names are missing in some locales
yhuang
parents:
5506
diff
changeset
|
212 |
rwf=Ruanda-Franc |
8059048b7ebd
7020583: Some currency names are missing in some locales
yhuang
parents:
5506
diff
changeset
|
213 |
sbd=Salomonen-Dollar |
8059048b7ebd
7020583: Some currency names are missing in some locales
yhuang
parents:
5506
diff
changeset
|
214 |
scr=Seychellen-Rupie |
2 | 215 |
sdd=Sudanesischer Dinar |
9038
8059048b7ebd
7020583: Some currency names are missing in some locales
yhuang
parents:
5506
diff
changeset
|
216 |
sdg=Sudanesisches Pfund |
2 | 217 |
sek=Schwedische Krone |
9038
8059048b7ebd
7020583: Some currency names are missing in some locales
yhuang
parents:
5506
diff
changeset
|
218 |
sgd=Singapur-Dollar |
2 | 219 |
shp=St. Helena Pfund |
220 |
sit=Tolar |
|
221 |
skk=Slowakische Krone |
|
222 |
sll=Leone |
|
9038
8059048b7ebd
7020583: Some currency names are missing in some locales
yhuang
parents:
5506
diff
changeset
|
223 |
sos=Somalia-Schilling |
8059048b7ebd
7020583: Some currency names are missing in some locales
yhuang
parents:
5506
diff
changeset
|
224 |
srd=Surinamischer Dollar |
2 | 225 |
srg=Suriname Gulden |
226 |
std=Dobra |
|
9148
8837e7172929
7036905: [de] dem - the german mark display name is incorrect
yhuang
parents:
9038
diff
changeset
|
227 |
svc=El Salvador Colon |
2 | 228 |
syp=Syrisches Pfund |
229 |
szl=Lilangeni |
|
230 |
thb=Baht |
|
231 |
tjs=Tadschikistan Somoni |
|
232 |
tmm=Turkmenistan-Manat |
|
10293
cdcbdd4c20b8
7066203: Update currency data to the latest ISO 4217 standard
yhuang
parents:
9148
diff
changeset
|
233 |
tmt=Neuer Turkmenistan-Manat |
2 | 234 |
tnd=Tunesischer Dinar |
235 |
top=Pa\u02bbanga |
|
9038
8059048b7ebd
7020583: Some currency names are missing in some locales
yhuang
parents:
5506
diff
changeset
|
236 |
tpe=Timor-Escudo |
8059048b7ebd
7020583: Some currency names are missing in some locales
yhuang
parents:
5506
diff
changeset
|
237 |
trl=Alte T\u00fcrkische Lira |
8059048b7ebd
7020583: Some currency names are missing in some locales
yhuang
parents:
5506
diff
changeset
|
238 |
try=T\u00fcrkische Lira |
8059048b7ebd
7020583: Some currency names are missing in some locales
yhuang
parents:
5506
diff
changeset
|
239 |
ttd=Trinidad- und Tobago-Dollar |
8059048b7ebd
7020583: Some currency names are missing in some locales
yhuang
parents:
5506
diff
changeset
|
240 |
twd=Neuer Taiwan-Dollar |
8059048b7ebd
7020583: Some currency names are missing in some locales
yhuang
parents:
5506
diff
changeset
|
241 |
tzs=Tansania-Schilling |
2 | 242 |
uah=Hryvnia |
9038
8059048b7ebd
7020583: Some currency names are missing in some locales
yhuang
parents:
5506
diff
changeset
|
243 |
ugx=Uganda-Schilling |
8059048b7ebd
7020583: Some currency names are missing in some locales
yhuang
parents:
5506
diff
changeset
|
244 |
usd=US-Dollar |
2 | 245 |
usn=US Dollar (N\u00e4chster Tag) |
246 |
uss=US Dollar (Gleicher Tag) |
|
247 |
uyu=Uruguayischer Peso |
|
248 |
uzs=Usbekistan Sum |
|
249 |
veb=Bolivar |
|
9038
8059048b7ebd
7020583: Some currency names are missing in some locales
yhuang
parents:
5506
diff
changeset
|
250 |
vef=Bol\u00edvar Fuerte |
2 | 251 |
vnd=Dong |
252 |
vuv=Vatu |
|
253 |
wst=Tala |
|
254 |
xaf=CFA Franc (\u00c4quatorial) |
|
9038
8059048b7ebd
7020583: Some currency names are missing in some locales
yhuang
parents:
5506
diff
changeset
|
255 |
xag=Unze Silber |
8059048b7ebd
7020583: Some currency names are missing in some locales
yhuang
parents:
5506
diff
changeset
|
256 |
xau=Unze Gold |
2 | 257 |
xba=Europ\u00e4ische Rechnungseinheit |
9038
8059048b7ebd
7020583: Some currency names are missing in some locales
yhuang
parents:
5506
diff
changeset
|
258 |
xbb=Europ\u00e4ische W\u00e4hrungseinheit (XBB) |
2 | 259 |
xbc=Europ\u00e4ische Rechnungseinheit (XBC) |
260 |
xbd=Europ\u00e4ische Rechnungseinheit (XBD) |
|
261 |
xcd=Ostkaribischer Dollar |
|
262 |
xdr=Sonderziehungsrechte |
|
263 |
xfo=Franz\u00f6sischer Gold-Franc |
|
264 |
xfu=Franz\u00f6sischer UIC-Franc |
|
265 |
xof=CFA Franc (West) |
|
9038
8059048b7ebd
7020583: Some currency names are missing in some locales
yhuang
parents:
5506
diff
changeset
|
266 |
xpd=Unze Palladium |
8059048b7ebd
7020583: Some currency names are missing in some locales
yhuang
parents:
5506
diff
changeset
|
267 |
xpt=Unze Platin |
8059048b7ebd
7020583: Some currency names are missing in some locales
yhuang
parents:
5506
diff
changeset
|
268 |
xts=Testw\u00e4hrung |
8059048b7ebd
7020583: Some currency names are missing in some locales
yhuang
parents:
5506
diff
changeset
|
269 |
xxx=Unbekannte W\u00e4hrung |
8059048b7ebd
7020583: Some currency names are missing in some locales
yhuang
parents:
5506
diff
changeset
|
270 |
yer=Jemen-Rial |
2 | 271 |
yum=Neuer Dinar |
9038
8059048b7ebd
7020583: Some currency names are missing in some locales
yhuang
parents:
5506
diff
changeset
|
272 |
zar=S\u00fcdafrikanischer Rand |
2 | 273 |
zmk=Kwacha |
9038
8059048b7ebd
7020583: Some currency names are missing in some locales
yhuang
parents:
5506
diff
changeset
|
274 |
zwd=Simbabwe-Dollar |
10293
cdcbdd4c20b8
7066203: Update currency data to the latest ISO 4217 standard
yhuang
parents:
9148
diff
changeset
|
275 |
zwl=Simbabwe-Dollar (2009) |