author | ljiang |
Wed, 29 Aug 2018 19:14:08 -0700 | |
changeset 51582 | 18ca918b4ed9 |
parent 47216 | 71c04702a3d5 |
permissions | -rw-r--r-- |
2 | 1 |
# |
14342
8435a30053c1
7197491: update copyright year to match last edit in jdk8 jdk repository
alanb
parents:
13583
diff
changeset
|
2 |
# Copyright (c) 2005, 2012, Oracle and/or its affiliates. All rights reserved. |
9038
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 andorrane |
67 |
aed=dirham des \u00c9mirats arabes unis |
|
9038
8059048b7ebd
7020583: Some currency names are missing in some locales
yhuang
parents:
5506
diff
changeset
|
68 |
afa=afghani (1927\u20132002) |
2 | 69 |
afn=afghani |
9038
8059048b7ebd
7020583: Some currency names are missing in some locales
yhuang
parents:
5506
diff
changeset
|
70 |
all=lek albanais |
2 | 71 |
amd=dram arm\u00e9nien |
9038
8059048b7ebd
7020583: Some currency names are missing in some locales
yhuang
parents:
5506
diff
changeset
|
72 |
ang=florin antillais |
2 | 73 |
aoa=kwanza angolais |
74 |
ars=peso argentin |
|
75 |
ats=schilling autrichien |
|
76 |
aud=dollar australien |
|
9038
8059048b7ebd
7020583: Some currency names are missing in some locales
yhuang
parents:
5506
diff
changeset
|
77 |
awg=florin arubais |
8059048b7ebd
7020583: Some currency names are missing in some locales
yhuang
parents:
5506
diff
changeset
|
78 |
azm=manat az\u00e9ri (1993-2006) |
8059048b7ebd
7020583: Some currency names are missing in some locales
yhuang
parents:
5506
diff
changeset
|
79 |
azn=manat az\u00e9ri |
8059048b7ebd
7020583: Some currency names are missing in some locales
yhuang
parents:
5506
diff
changeset
|
80 |
bam=mark convertible bosniaque |
8059048b7ebd
7020583: Some currency names are missing in some locales
yhuang
parents:
5506
diff
changeset
|
81 |
bbd=dollar barbadien |
8059048b7ebd
7020583: Some currency names are missing in some locales
yhuang
parents:
5506
diff
changeset
|
82 |
bdt=taka bangladeshi |
2 | 83 |
bef=franc belge |
9038
8059048b7ebd
7020583: Some currency names are missing in some locales
yhuang
parents:
5506
diff
changeset
|
84 |
bgl=lev bulgare (1962\u20131999) |
8059048b7ebd
7020583: Some currency names are missing in some locales
yhuang
parents:
5506
diff
changeset
|
85 |
bgn=nouveau lev bulgare |
8059048b7ebd
7020583: Some currency names are missing in some locales
yhuang
parents:
5506
diff
changeset
|
86 |
bhd=dinar bahre\u00efni |
8059048b7ebd
7020583: Some currency names are missing in some locales
yhuang
parents:
5506
diff
changeset
|
87 |
bif=franc burundais |
8059048b7ebd
7020583: Some currency names are missing in some locales
yhuang
parents:
5506
diff
changeset
|
88 |
bmd=dollar bermudien |
8059048b7ebd
7020583: Some currency names are missing in some locales
yhuang
parents:
5506
diff
changeset
|
89 |
bnd=dollar brun\u00e9ien |
2 | 90 |
bob=boliviano |
9038
8059048b7ebd
7020583: Some currency names are missing in some locales
yhuang
parents:
5506
diff
changeset
|
91 |
bov=mvdol bolivien |
8059048b7ebd
7020583: Some currency names are missing in some locales
yhuang
parents:
5506
diff
changeset
|
92 |
brl=r\u00e9al br\u00e9silien |
8059048b7ebd
7020583: Some currency names are missing in some locales
yhuang
parents:
5506
diff
changeset
|
93 |
bsd=dollar baham\u00e9en |
8059048b7ebd
7020583: Some currency names are missing in some locales
yhuang
parents:
5506
diff
changeset
|
94 |
btn=ngultrum bouthanais |
8059048b7ebd
7020583: Some currency names are missing in some locales
yhuang
parents:
5506
diff
changeset
|
95 |
bwp=pula botswanais |
2 | 96 |
byb=nouveau rouble bi\u00e9lorusse (1994-1999) |
97 |
byr=rouble bi\u00e9lorusse |
|
9038
8059048b7ebd
7020583: Some currency names are missing in some locales
yhuang
parents:
5506
diff
changeset
|
98 |
bzd=dollar b\u00e9liz\u00e9en |
2 | 99 |
cad=dollar canadien |
100 |
cdf=franc congolais |
|
101 |
chf=franc suisse |
|
102 |
clf=unit\u00e9 d\u2019investissement chilienne |
|
103 |
clp=peso chilien |
|
9038
8059048b7ebd
7020583: Some currency names are missing in some locales
yhuang
parents:
5506
diff
changeset
|
104 |
cny=yuan renminbi chinois |
2 | 105 |
cop=peso colombien |
9038
8059048b7ebd
7020583: Some currency names are missing in some locales
yhuang
parents:
5506
diff
changeset
|
106 |
crc=col\u00f3n costaricain |
8059048b7ebd
7020583: Some currency names are missing in some locales
yhuang
parents:
5506
diff
changeset
|
107 |
csd=dinar serbo-mont\u00e9n\u00e9grin |
10293
cdcbdd4c20b8
7066203: Update currency data to the latest ISO 4217 standard
yhuang
parents:
9038
diff
changeset
|
108 |
cuc=peso cubain convertible |
2 | 109 |
cup=peso cubain |
9038
8059048b7ebd
7020583: Some currency names are missing in some locales
yhuang
parents:
5506
diff
changeset
|
110 |
cve=escudo capverdien |
8059048b7ebd
7020583: Some currency names are missing in some locales
yhuang
parents:
5506
diff
changeset
|
111 |
cyp=livre chypriote |
2 | 112 |
czk=couronne tch\u00e8que |
9038
8059048b7ebd
7020583: Some currency names are missing in some locales
yhuang
parents:
5506
diff
changeset
|
113 |
dem=mark allemand |
8059048b7ebd
7020583: Some currency names are missing in some locales
yhuang
parents:
5506
diff
changeset
|
114 |
djf=franc djiboutien |
2 | 115 |
dkk=couronne danoise |
116 |
dop=peso dominicain |
|
117 |
dzd=dinar alg\u00e9rien |
|
118 |
eek=couronne estonienne |
|
119 |
egp=livre \u00e9gyptienne |
|
9038
8059048b7ebd
7020583: Some currency names are missing in some locales
yhuang
parents:
5506
diff
changeset
|
120 |
ern=nafka \u00e9rythr\u00e9en |
2 | 121 |
esp=peseta espagnole |
9038
8059048b7ebd
7020583: Some currency names are missing in some locales
yhuang
parents:
5506
diff
changeset
|
122 |
etb=birr \u00e9thiopien |
2 | 123 |
eur=euro |
124 |
fim=mark finlandais |
|
9038
8059048b7ebd
7020583: Some currency names are missing in some locales
yhuang
parents:
5506
diff
changeset
|
125 |
fjd=dollar fidjien |
8059048b7ebd
7020583: Some currency names are missing in some locales
yhuang
parents:
5506
diff
changeset
|
126 |
fkp=livre des Falkland |
2 | 127 |
frf=franc fran\u00e7ais |
128 |
gbp=livre sterling |
|
9038
8059048b7ebd
7020583: Some currency names are missing in some locales
yhuang
parents:
5506
diff
changeset
|
129 |
gel=lari g\u00e9orgien |
2 | 130 |
ghc=c\u00e9di |
9038
8059048b7ebd
7020583: Some currency names are missing in some locales
yhuang
parents:
5506
diff
changeset
|
131 |
ghs=c\u00e9di ghan\u00e9en |
2 | 132 |
gip=livre de Gibraltar |
9038
8059048b7ebd
7020583: Some currency names are missing in some locales
yhuang
parents:
5506
diff
changeset
|
133 |
gmd=dalasi gambien |
2 | 134 |
gnf=franc guin\u00e9en |
9038
8059048b7ebd
7020583: Some currency names are missing in some locales
yhuang
parents:
5506
diff
changeset
|
135 |
grd=drachme grecque |
8059048b7ebd
7020583: Some currency names are missing in some locales
yhuang
parents:
5506
diff
changeset
|
136 |
gtq=quetzal guat\u00e9malt\u00e8que |
8059048b7ebd
7020583: Some currency names are missing in some locales
yhuang
parents:
5506
diff
changeset
|
137 |
gwp=peso bissau-guin\u00e9en |
2 | 138 |
gyd=dollar du Guyana |
139 |
hkd=dollar de Hong Kong |
|
9038
8059048b7ebd
7020583: Some currency names are missing in some locales
yhuang
parents:
5506
diff
changeset
|
140 |
hnl=lempira hondurien |
8059048b7ebd
7020583: Some currency names are missing in some locales
yhuang
parents:
5506
diff
changeset
|
141 |
hrk=kuna croate |
8059048b7ebd
7020583: Some currency names are missing in some locales
yhuang
parents:
5506
diff
changeset
|
142 |
htg=gourde ha\u00eftienne |
8059048b7ebd
7020583: Some currency names are missing in some locales
yhuang
parents:
5506
diff
changeset
|
143 |
huf=forint hongrois |
8059048b7ebd
7020583: Some currency names are missing in some locales
yhuang
parents:
5506
diff
changeset
|
144 |
idr=roupie indon\u00e9sienne |
2 | 145 |
iep=livre irlandaise |
9038
8059048b7ebd
7020583: Some currency names are missing in some locales
yhuang
parents:
5506
diff
changeset
|
146 |
ils=nouveau shekel isra\u00e9lien |
2 | 147 |
inr=roupie indienne |
9038
8059048b7ebd
7020583: Some currency names are missing in some locales
yhuang
parents:
5506
diff
changeset
|
148 |
iqd=dinar irakien |
2 | 149 |
irr=rial iranien |
150 |
isk=couronne islandaise |
|
151 |
itl=lire italienne |
|
152 |
jmd=dollar jama\u00efcain |
|
153 |
jod=dinar jordanien |
|
9038
8059048b7ebd
7020583: Some currency names are missing in some locales
yhuang
parents:
5506
diff
changeset
|
154 |
jpy=yen japonais |
8059048b7ebd
7020583: Some currency names are missing in some locales
yhuang
parents:
5506
diff
changeset
|
155 |
kes=shilling k\u00e9nyan |
8059048b7ebd
7020583: Some currency names are missing in some locales
yhuang
parents:
5506
diff
changeset
|
156 |
kgs=som kirghize |
8059048b7ebd
7020583: Some currency names are missing in some locales
yhuang
parents:
5506
diff
changeset
|
157 |
khr=riel cambodgien |
8059048b7ebd
7020583: Some currency names are missing in some locales
yhuang
parents:
5506
diff
changeset
|
158 |
kmf=franc comorien |
2 | 159 |
kpw=won nord-cor\u00e9en |
160 |
krw=won sud-cor\u00e9en |
|
9038
8059048b7ebd
7020583: Some currency names are missing in some locales
yhuang
parents:
5506
diff
changeset
|
161 |
kwd=dinar kowe\u00eftien |
2 | 162 |
kyd=dollar des \u00eeles Ca\u00efmanes |
9038
8059048b7ebd
7020583: Some currency names are missing in some locales
yhuang
parents:
5506
diff
changeset
|
163 |
kzt=tenge kazakh |
8059048b7ebd
7020583: Some currency names are missing in some locales
yhuang
parents:
5506
diff
changeset
|
164 |
lak=kip loatien |
2 | 165 |
lbp=livre libanaise |
9038
8059048b7ebd
7020583: Some currency names are missing in some locales
yhuang
parents:
5506
diff
changeset
|
166 |
lkr=roupie srilankaise |
2 | 167 |
lrd=dollar lib\u00e9rien |
9038
8059048b7ebd
7020583: Some currency names are missing in some locales
yhuang
parents:
5506
diff
changeset
|
168 |
lsl=loti lesothan |
2 | 169 |
ltl=litas lituanien |
170 |
luf=franc luxembourgeois |
|
171 |
lvl=lats letton |
|
172 |
lyd=dinar lybien |
|
173 |
mad=dirham marocain |
|
174 |
mdl=leu moldave |
|
9038
8059048b7ebd
7020583: Some currency names are missing in some locales
yhuang
parents:
5506
diff
changeset
|
175 |
mga=ariary malgache |
2 | 176 |
mgf=franc malgache |
9038
8059048b7ebd
7020583: Some currency names are missing in some locales
yhuang
parents:
5506
diff
changeset
|
177 |
mkd=denar mac\u00e9donien |
8059048b7ebd
7020583: Some currency names are missing in some locales
yhuang
parents:
5506
diff
changeset
|
178 |
mmk=kyat myanmarais |
8059048b7ebd
7020583: Some currency names are missing in some locales
yhuang
parents:
5506
diff
changeset
|
179 |
mnt=tugrik mongol |
8059048b7ebd
7020583: Some currency names are missing in some locales
yhuang
parents:
5506
diff
changeset
|
180 |
mop=pataca macanaise |
8059048b7ebd
7020583: Some currency names are missing in some locales
yhuang
parents:
5506
diff
changeset
|
181 |
mro=ouguiya mauritanien |
2 | 182 |
mtl=lire maltaise |
183 |
mur=roupie mauricienne |
|
9038
8059048b7ebd
7020583: Some currency names are missing in some locales
yhuang
parents:
5506
diff
changeset
|
184 |
mvr=rufiyaa maldivienne |
8059048b7ebd
7020583: Some currency names are missing in some locales
yhuang
parents:
5506
diff
changeset
|
185 |
mwk=kwacha malawite |
2 | 186 |
mxn=peso mexicain |
187 |
mxv=unit\u00e9 de conversion mexicaine (UDI) |
|
9038
8059048b7ebd
7020583: Some currency names are missing in some locales
yhuang
parents:
5506
diff
changeset
|
188 |
myr=ringgit malais |
2 | 189 |
mzm=m\u00e9tical |
9038
8059048b7ebd
7020583: Some currency names are missing in some locales
yhuang
parents:
5506
diff
changeset
|
190 |
mzn=metical mozambicain |
2 | 191 |
nad=dollar namibien |
9038
8059048b7ebd
7020583: Some currency names are missing in some locales
yhuang
parents:
5506
diff
changeset
|
192 |
ngn=naira nig\u00e9rian |
8059048b7ebd
7020583: Some currency names are missing in some locales
yhuang
parents:
5506
diff
changeset
|
193 |
nio=c\u00f3rdoba oro nicaraguayen |
2 | 194 |
nlg=florin n\u00e9erlandais |
195 |
nok=couronne norv\u00e9gienne |
|
9038
8059048b7ebd
7020583: Some currency names are missing in some locales
yhuang
parents:
5506
diff
changeset
|
196 |
npr=roupie n\u00e9palaise |
2 | 197 |
nzd=dollar n\u00e9o-z\u00e9landais |
198 |
omr=rial omani |
|
9038
8059048b7ebd
7020583: Some currency names are missing in some locales
yhuang
parents:
5506
diff
changeset
|
199 |
pab=balboa panam\u00e9en |
2 | 200 |
pen=nouveau sol p\u00e9ruvien |
9038
8059048b7ebd
7020583: Some currency names are missing in some locales
yhuang
parents:
5506
diff
changeset
|
201 |
pgk=kina papouan-n\u00e9o-guin\u00e9en |
2 | 202 |
php=peso philippin |
9038
8059048b7ebd
7020583: Some currency names are missing in some locales
yhuang
parents:
5506
diff
changeset
|
203 |
pkr=roupie pakistanaise |
8059048b7ebd
7020583: Some currency names are missing in some locales
yhuang
parents:
5506
diff
changeset
|
204 |
pln=zloty polonais |
2 | 205 |
pte=escudo portugais |
9038
8059048b7ebd
7020583: Some currency names are missing in some locales
yhuang
parents:
5506
diff
changeset
|
206 |
pyg=guaran\u00ed paraguayen |
8059048b7ebd
7020583: Some currency names are missing in some locales
yhuang
parents:
5506
diff
changeset
|
207 |
qar=rial qatari |
2 | 208 |
rol=ancien leu roumain |
9038
8059048b7ebd
7020583: Some currency names are missing in some locales
yhuang
parents:
5506
diff
changeset
|
209 |
ron=leu roumain |
8059048b7ebd
7020583: Some currency names are missing in some locales
yhuang
parents:
5506
diff
changeset
|
210 |
rsd=dinar serbe |
8059048b7ebd
7020583: Some currency names are missing in some locales
yhuang
parents:
5506
diff
changeset
|
211 |
rub=rouble russe |
8059048b7ebd
7020583: Some currency names are missing in some locales
yhuang
parents:
5506
diff
changeset
|
212 |
rur=rouble russe (1991\u20131998) |
2 | 213 |
rwf=franc rwandais |
214 |
sar=rial saoudien |
|
9038
8059048b7ebd
7020583: Some currency names are missing in some locales
yhuang
parents:
5506
diff
changeset
|
215 |
sbd=dollar des \u00eeles Salomon |
2 | 216 |
scr=roupie des Seychelles |
217 |
sdd=dinar soudanais |
|
9038
8059048b7ebd
7020583: Some currency names are missing in some locales
yhuang
parents:
5506
diff
changeset
|
218 |
sdg=livre soudanaise |
2 | 219 |
sek=couronne su\u00e9doise |
220 |
sgd=dollar de Singapour |
|
221 |
shp=livre de Sainte-H\u00e9l\u00e8ne |
|
9038
8059048b7ebd
7020583: Some currency names are missing in some locales
yhuang
parents:
5506
diff
changeset
|
222 |
sit=tolar slov\u00e8ne |
2 | 223 |
skk=couronne slovaque |
9038
8059048b7ebd
7020583: Some currency names are missing in some locales
yhuang
parents:
5506
diff
changeset
|
224 |
sll=leone sierra-l\u00e9onais |
8059048b7ebd
7020583: Some currency names are missing in some locales
yhuang
parents:
5506
diff
changeset
|
225 |
sos=shilling somalien |
2 | 226 |
srd=dollar surinamais |
9038
8059048b7ebd
7020583: Some currency names are missing in some locales
yhuang
parents:
5506
diff
changeset
|
227 |
srg=florin surinamais |
8059048b7ebd
7020583: Some currency names are missing in some locales
yhuang
parents:
5506
diff
changeset
|
228 |
std=dobra santom\u00e9en |
8059048b7ebd
7020583: Some currency names are missing in some locales
yhuang
parents:
5506
diff
changeset
|
229 |
svc=col\u00f3n salvadorien |
2 | 230 |
syp=livre syrienne |
9038
8059048b7ebd
7020583: Some currency names are missing in some locales
yhuang
parents:
5506
diff
changeset
|
231 |
szl=lilangeni swazi |
8059048b7ebd
7020583: Some currency names are missing in some locales
yhuang
parents:
5506
diff
changeset
|
232 |
thb=baht tha\u00eflandais |
8059048b7ebd
7020583: Some currency names are missing in some locales
yhuang
parents:
5506
diff
changeset
|
233 |
tjs=somoni tadjik |
8059048b7ebd
7020583: Some currency names are missing in some locales
yhuang
parents:
5506
diff
changeset
|
234 |
tmm=manat turkm\u00e8ne |
10293
cdcbdd4c20b8
7066203: Update currency data to the latest ISO 4217 standard
yhuang
parents:
9038
diff
changeset
|
235 |
tmt=nouveau manat turkm\u00e8ne |
2 | 236 |
tnd=dinar tunisien |
9038
8059048b7ebd
7020583: Some currency names are missing in some locales
yhuang
parents:
5506
diff
changeset
|
237 |
top=pa\u2019anga tongan |
8059048b7ebd
7020583: Some currency names are missing in some locales
yhuang
parents:
5506
diff
changeset
|
238 |
tpe=escudo timorais |
2 | 239 |
trl=livre turque |
240 |
try=nouvelle livre turque |
|
9038
8059048b7ebd
7020583: Some currency names are missing in some locales
yhuang
parents:
5506
diff
changeset
|
241 |
ttd=dollar trinidadien |
8059048b7ebd
7020583: Some currency names are missing in some locales
yhuang
parents:
5506
diff
changeset
|
242 |
twd=nouveau dollar ta\u00efwanais |
8059048b7ebd
7020583: Some currency names are missing in some locales
yhuang
parents:
5506
diff
changeset
|
243 |
tzs=shilling tanzanien |
8059048b7ebd
7020583: Some currency names are missing in some locales
yhuang
parents:
5506
diff
changeset
|
244 |
uah=hryvnia ukrainienne |
2 | 245 |
ugx=shilling ougandais |
246 |
usd=dollar des \u00c9tats-Unis |
|
247 |
usn=dollar des Etats-Unis (jour suivant) |
|
248 |
uss=dollar des Etats-Unis (jour m\u00eame) |
|
249 |
uyu=peso uruguayen |
|
9038
8059048b7ebd
7020583: Some currency names are missing in some locales
yhuang
parents:
5506
diff
changeset
|
250 |
uzs=sum ouzbek |
2 | 251 |
veb=bolivar |
9038
8059048b7ebd
7020583: Some currency names are missing in some locales
yhuang
parents:
5506
diff
changeset
|
252 |
vef=bolivar fuerte v\u00e9n\u00e9zu\u00e9lien |
8059048b7ebd
7020583: Some currency names are missing in some locales
yhuang
parents:
5506
diff
changeset
|
253 |
vnd=d\u00f4ng vietnamien |
8059048b7ebd
7020583: Some currency names are missing in some locales
yhuang
parents:
5506
diff
changeset
|
254 |
vuv=vatu vanuatuan |
8059048b7ebd
7020583: Some currency names are missing in some locales
yhuang
parents:
5506
diff
changeset
|
255 |
wst=tala samoan |
2 | 256 |
xaf=franc CFA (BEAC) |
257 |
xag=argent |
|
258 |
xau=or |
|
259 |
xba=unit\u00e9 europ\u00e9enne compos\u00e9e |
|
260 |
xbb=unit\u00e9 mon\u00e9taire europ\u00e9enne |
|
261 |
xbc=unit\u00e9 de compte europ\u00e9enne (XBC) |
|
262 |
xbd=unit\u00e9 de compte europ\u00e9enne (XBD) |
|
263 |
xcd=dollar des Cara\u00efbes orientales |
|
264 |
xdr=droit de tirage sp\u00e9cial |
|
265 |
xfo=franc or |
|
266 |
xfu=franc UIC |
|
267 |
xof=franc CFA (BCEAO) |
|
268 |
xpd=palladium |
|
269 |
xpf=franc CFP |
|
270 |
xpt=platine |
|
9038
8059048b7ebd
7020583: Some currency names are missing in some locales
yhuang
parents:
5506
diff
changeset
|
271 |
xts=(devise de test) |
8059048b7ebd
7020583: Some currency names are missing in some locales
yhuang
parents:
5506
diff
changeset
|
272 |
xxx=devise inconnue ou non valide |
8059048b7ebd
7020583: Some currency names are missing in some locales
yhuang
parents:
5506
diff
changeset
|
273 |
yer=rial y\u00e9m\u00e9nite |
2 | 274 |
yum=dinar yougoslave Noviy |
9038
8059048b7ebd
7020583: Some currency names are missing in some locales
yhuang
parents:
5506
diff
changeset
|
275 |
zar=rand sud-africain |
8059048b7ebd
7020583: Some currency names are missing in some locales
yhuang
parents:
5506
diff
changeset
|
276 |
zmk=kwacha zambien |
8059048b7ebd
7020583: Some currency names are missing in some locales
yhuang
parents:
5506
diff
changeset
|
277 |
zwd=dollar zimbabw\u00e9en |