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 |
TWD=NT$ |
67 |
twd=\u65b0\u81fa\u5e63 |
|
68 |
adp=\u5b89\u9053\u723e\u966a\u58eb\u7279 |
|
69 |
aed=\u963f\u62c9\u4f2f\u806f\u5408\u5927\u516c\u570b\u8fea\u723e\u6c57 |
|
9038
8059048b7ebd
7020583: Some currency names are missing in some locales
yhuang
parents:
5506
diff
changeset
|
70 |
afa=\u963f\u5bcc\u6c57\u5c3c (1927-2002) |
2 | 71 |
afn=\u963f\u5bcc\u6c57\u5c3c |
72 |
all=\u963f\u723e\u5df4\u5c3c\u4e9e\u5217\u514b |
|
73 |
amd=\u4e9e\u7f8e\u5c3c\u4e9e\u5fb7\u62c9\u59c6 |
|
9038
8059048b7ebd
7020583: Some currency names are missing in some locales
yhuang
parents:
5506
diff
changeset
|
74 |
ang=\u53e4\u82f1\u6587 |
2 | 75 |
aoa=\u5b89\u54e5\u62c9\u5bec\u624e |
76 |
ars=\u963f\u6839\u5ef7\u62ab\u7d22 |
|
77 |
ats=\u5967\u5730\u5229\u5148\u4ee4 |
|
78 |
aud=\u6fb3\u5e63 |
|
79 |
awg=\u963f\u9b6f\u5df4\u76fe |
|
9038
8059048b7ebd
7020583: Some currency names are missing in some locales
yhuang
parents:
5506
diff
changeset
|
80 |
azm=\u4e9e\u585e\u62dc\u7136\u99ac\u7d0d\u7279 (1993-2006) |
8059048b7ebd
7020583: Some currency names are missing in some locales
yhuang
parents:
5506
diff
changeset
|
81 |
azn=\u4e9e\u585e\u62dc\u7136\u99ac\u7d0d\u7279 |
2 | 82 |
bam=\u6ce2\u58eb\u5c3c\u4e9e-\u9ed1\u585e\u54e5\u7dad\u90a3\u53ef\u8f49\u63db\u99ac\u514b |
83 |
bbd=\u5df4\u8c9d\u591a\u5143 |
|
84 |
bdt=\u5b5f\u52a0\u62c9\u5854\u5361 |
|
85 |
bef=\u6bd4\u5229\u6642\u6cd5\u90ce |
|
86 |
bgl=\u4fdd\u52a0\u5229\u4e9e\u786c\u5217\u5f17 |
|
87 |
bgn=\u4fdd\u52a0\u5229\u4e9e\u65b0\u5217\u5f17 |
|
88 |
bhd=\u5df4\u6797\u7b2c\u7d0d\u723e |
|
89 |
bif=\u84b2\u9686\u5730\u6cd5\u90ce |
|
90 |
bmd=\u767e\u6155\u9054\u5e63 |
|
91 |
bnd=\u6c76\u840a\u5143 |
|
92 |
bob=\u73bb\u5229\u7dad\u4e9e\u8ca8\u5e63\u55ae\u4f4d |
|
9038
8059048b7ebd
7020583: Some currency names are missing in some locales
yhuang
parents:
5506
diff
changeset
|
93 |
bov=\u73bb\u5229\u7dad\u4e9e\u5e55\u591a |
2 | 94 |
brl=\u5df4\u897f\u91cc\u62c9 |
95 |
bsd=\u5df4\u54c8\u99ac\u5143 |
|
96 |
btn=\u4e0d\u4e39\u52aa\u624e\u59c6 |
|
9038
8059048b7ebd
7020583: Some currency names are missing in some locales
yhuang
parents:
5506
diff
changeset
|
97 |
bwp=\u6ce2\u672d\u90a3\u666e\u62c9 |
2 | 98 |
byb=\u767d\u4fc4\u7f85\u65af\u65b0\u76e7\u5e03 (1994-1999) |
99 |
byr=\u767d\u4fc4\u7f85\u65af\u76e7\u5e03 |
|
9038
8059048b7ebd
7020583: Some currency names are missing in some locales
yhuang
parents:
5506
diff
changeset
|
100 |
bzd=\u8c9d\u91cc\u65af\u5143 |
2 | 101 |
cad=\u52a0\u5e63 |
102 |
cdf=\u525b\u679c\u6cd5\u90ce |
|
103 |
chf=\u745e\u58eb\u6cd5\u90ce |
|
104 |
clf=\u5361\u6797\u6cb9\u9054\u4f5b\u66fc\u8dce |
|
105 |
clp=\u667a\u5229\u62ab\u7d22 |
|
106 |
cny=\u4eba\u6c11\u5e63 |
|
107 |
cop=\u54e5\u502b\u6bd4\u4e9e\u62ab\u7d22 |
|
108 |
crc=\u54e5\u65af\u5927\u9ece\u52a0\u79d1\u90ce |
|
9038
8059048b7ebd
7020583: Some currency names are missing in some locales
yhuang
parents:
5506
diff
changeset
|
109 |
csd=\u65e7\u585e\u5c14\u7ef4\u4e9a\u7b2c\u7eb3\u5c14 |
10293
cdcbdd4c20b8
7066203: Update currency data to the latest ISO 4217 standard
yhuang
parents:
9038
diff
changeset
|
110 |
cuc=\u53e4\u5df4\u53ef\u8f49\u63db\u62ab\u7d22 |
2 | 111 |
cup=\u53e4\u5df4\u62ab\u7d22 |
112 |
cve=\u7dad\u5fb7\u89d2\u57c3\u65af\u5eab\u591a |
|
9038
8059048b7ebd
7020583: Some currency names are missing in some locales
yhuang
parents:
5506
diff
changeset
|
113 |
cyp=\u8cfd\u666e\u52d2\u65af\u938a |
2 | 114 |
czk=\u6377\u514b\u514b\u6717 |
115 |
dem=\u5fb7\u570b\u99ac\u514b |
|
116 |
djf=\u5409\u5e03\u5730\u6cd5\u90ce |
|
117 |
dkk=\u4e39\u9ea5\u514b\u7f85\u7d0d |
|
118 |
dop=\u591a\u660e\u5c3c\u52a0\u62ab\u7d22 |
|
119 |
dzd=\u963f\u723e\u53ca\u5229\u4e9e\u7b2c\u7d0d\u723e |
|
120 |
eek=\u611b\u6c99\u5c3c\u4e9e\u514b\u6717 |
|
121 |
egp=\u57c3\u53ca\u938a |
|
122 |
ern=\u5384\u7acb\u7279\u91cc\u4e9e\u7d0d\u514b\u6cd5 |
|
123 |
esp=\u897f\u73ed\u7259\u966a\u58eb\u7279 |
|
124 |
etb=\u8863\u7d22\u6bd4\u4e9e\u6bd4\u723e |
|
125 |
eur=\u6b50\u5143 |
|
126 |
fim=\u82ac\u862d\u99ac\u514b |
|
127 |
fjd=\u6590\u6fdf\u5143 |
|
128 |
fkp=\u798f\u514b\u862d\u7fa4\u5cf6\u938a |
|
129 |
frf=\u6cd5\u570b\u6cd5\u90ce |
|
130 |
gbp=\u82f1\u938a |
|
131 |
gel=\u55ac\u6cbb\u62c9\u91cc |
|
9038
8059048b7ebd
7020583: Some currency names are missing in some locales
yhuang
parents:
5506
diff
changeset
|
132 |
ghc=\u8fe6\u7d0d\u4ed9\u8515 (1979-2007) |
8059048b7ebd
7020583: Some currency names are missing in some locales
yhuang
parents:
5506
diff
changeset
|
133 |
ghs=\u8fe6\u7d0d\u4ed9\u8515 |
2 | 134 |
gip=\u76f4\u5e03\u7f85\u9640\u938a |
135 |
gmd=\u7518\u6bd4\u4e9e\u9054\u62c9\u897f |
|
136 |
gnf=\u5e7e\u5167\u4e9e\u6cd5\u90ce |
|
137 |
grd=\u5e0c\u81d8\u5fb7\u62c9\u514b\u99ac |
|
138 |
gtq=\u74dc\u5730\u99ac\u62c9\u683c\u67e5\u723e |
|
9038
8059048b7ebd
7020583: Some currency names are missing in some locales
yhuang
parents:
5506
diff
changeset
|
139 |
gwp=\u5e7e\u5167\u4e9e\u6bd4\u7d22\u62ab\u7d22 |
2 | 140 |
gyd=\u572d\u4e9e\u90a3\u5143 |
141 |
hkd=\u6e2f\u5143 |
|
142 |
hnl=\u6d2a\u90fd\u62c9\u65af\u502b\u76ae\u62c9 |
|
143 |
hrk=\u514b\u7f85\u5730\u4e9e\u5eab\u7d0d |
|
144 |
htg=\u6d77\u5730\u53e4\u5fb7 |
|
9038
8059048b7ebd
7020583: Some currency names are missing in some locales
yhuang
parents:
5506
diff
changeset
|
145 |
huf=\u5308\u7259\u5229\u798f\u6797 |
8059048b7ebd
7020583: Some currency names are missing in some locales
yhuang
parents:
5506
diff
changeset
|
146 |
idr=\u5370\u5c3c\u76fe |
2 | 147 |
iep=\u611b\u723e\u862d\u938a |
148 |
ils=\u4ee5\u8272\u5217\u65b0\u8b1d\u514b\u723e |
|
9038
8059048b7ebd
7020583: Some currency names are missing in some locales
yhuang
parents:
5506
diff
changeset
|
149 |
inr=\u5370\u5ea6\u76e7\u6bd4 |
2 | 150 |
iqd=\u4f0a\u62c9\u514b\u7b2c\u7d0d\u723e |
151 |
irr=\u4f0a\u6717\u91cc\u4e9e\u723e |
|
152 |
isk=\u51b0\u5cf6\u514b\u6717 |
|
153 |
itl=\u7fa9\u5927\u5229\u91cc\u62c9 |
|
154 |
jmd=\u7259\u8cb7\u52a0\u5143 |
|
155 |
jod=\u7d04\u65e6\u7b2c\u7d0d\u723e |
|
156 |
jpy=\u65e5\u5713 |
|
157 |
kes=\u80af\u5c3c\u4e9e\u5148\u4ee4 |
|
158 |
kgs=\u5409\u723e\u5409\u65af\u7d22\u99ac |
|
159 |
khr=\u67ec\u57d4\u5be8\u745e\u723e |
|
160 |
kmf=\u79d1\u6469\u7f85\u6cd5\u90ce |
|
9038
8059048b7ebd
7020583: Some currency names are missing in some locales
yhuang
parents:
5506
diff
changeset
|
161 |
kpw=\u5317\u97d3\u571c |
8059048b7ebd
7020583: Some currency names are missing in some locales
yhuang
parents:
5506
diff
changeset
|
162 |
krw=\u97d3\u571c |
2 | 163 |
kwd=\u79d1\u5a01\u7279\u7b2c\u7d0d\u723e |
164 |
kyd=\u958b\u66fc\u7fa4\u5cf6\u7f8e\u5143 |
|
165 |
kzt=\u5361\u624e\u514b\u65af\u5766\u5766\u5409 |
|
9038
8059048b7ebd
7020583: Some currency names are missing in some locales
yhuang
parents:
5506
diff
changeset
|
166 |
lak=\u8001\u631d\u57fa\u666e |
2 | 167 |
lbp=\u9ece\u5df4\u5ae9\u938a |
168 |
lkr=\u65af\u91cc\u862d\u5361\u76e7\u5e03 |
|
169 |
lrd=\u8cf4\u6bd4\u745e\u4e9e\u5143 |
|
170 |
lsl=\u8cf4\u7d22\u6258\u7f85\u8482 |
|
171 |
ltl=\u7acb\u9676\u5b9b\u91cc\u5854 |
|
172 |
luf=\u76e7\u68ee\u5821\u6cd5\u90ce |
|
173 |
lvl=\u62c9\u812b\u7dad\u4e9e\u62c9\u7279\u9280\u5e63 |
|
174 |
lyd=\u5229\u6bd4\u4e9e\u7b2c\u7d0d\u723e |
|
9038
8059048b7ebd
7020583: Some currency names are missing in some locales
yhuang
parents:
5506
diff
changeset
|
175 |
mad=\u6469\u6d1b\u54e5\u8fea\u62c9\u59c6 |
2 | 176 |
mdl=\u6469\u675c\u96f2\u5217\u4f0a |
177 |
mga=\u99ac\u9054\u52a0\u65af\u52a0\u827e\u745e\u723e |
|
178 |
mgf=\u99ac\u9054\u52a0\u65af\u52a0\u6cd5\u90ce |
|
179 |
mkd=\u99ac\u5176\u9813\u7b2c\u7d0d\u723e |
|
180 |
mmk=\u7dec\u7538\u5143 |
|
181 |
mnt=\u8499\u53e4\u5716\u683c\u91cc\u514b |
|
182 |
mop=\u6fb3\u9580\u5143 |
|
183 |
mro=\u8305\u5229\u5854\u5c3c\u4e9e\u70cf\u5409\u4e9e |
|
184 |
mtl=\u99ac\u723e\u4ed6\u91cc\u62c9 |
|
185 |
mur=\u6a21\u91cc\u897f\u65af\u76e7\u5e03 |
|
186 |
mvr=\u99ac\u723e\u5730\u592b\u6d77\u5cf6\u76e7\u975e\u4e9e |
|
187 |
mwk=\u99ac\u62c9\u7dad\u514b\u74e6\u67e5 |
|
9038
8059048b7ebd
7020583: Some currency names are missing in some locales
yhuang
parents:
5506
diff
changeset
|
188 |
mxn=\u58a8\u897f\u54e5\u62ab\u7d22 |
8059048b7ebd
7020583: Some currency names are missing in some locales
yhuang
parents:
5506
diff
changeset
|
189 |
mxv=\u58a8\u897f\u54e5 Unidad de Inversion (UDI)\uff08\u8d44\u91d1\uff09 |
8059048b7ebd
7020583: Some currency names are missing in some locales
yhuang
parents:
5506
diff
changeset
|
190 |
myr=\u99ac\u4f86\u897f\u4e9e\u4ee4\u5409 |
2 | 191 |
mzm=\u83ab\u4e09\u6bd4\u514b\u6885\u8482\u5361\u723e |
9038
8059048b7ebd
7020583: Some currency names are missing in some locales
yhuang
parents:
5506
diff
changeset
|
192 |
mzn=\u83ab\u4e09\u6bd4\u514b\u7f8e\u63d0\u5361 |
2 | 193 |
nad=\u7d0d\u7c73\u6bd4\u4e9e\u5143 |
194 |
ngn=\u5948\u53ca\u5229\u4e9e\u5948\u62c9 |
|
9038
8059048b7ebd
7020583: Some currency names are missing in some locales
yhuang
parents:
5506
diff
changeset
|
195 |
nio=\u5c3c\u52a0\u62c9\u74dc\u91d1\u79d1\u591a\u5df4 |
2 | 196 |
nlg=\u8377\u862d\u76fe |
197 |
nok=\u632a\u5a01\u514b\u7f85\u7d0d |
|
198 |
npr=\u5c3c\u6cca\u723e\u76e7\u5e03 |
|
199 |
nzd=\u7d10\u897f\u862d\u5e63 |
|
200 |
omr=\u963f\u66fc\u91cc\u5967 |
|
201 |
pab=\u5df4\u62ff\u99ac\u5df4\u6ce2\u4e9e |
|
202 |
pen=\u79d8\u9b6f\u65b0\u592a\u967d\u5e63 |
|
203 |
pgk=\u5df4\u5e03\u4e9e\u7d10\u5e7e\u5167\u4e9e\u57fa\u90a3 |
|
204 |
php=\u83f2\u5f8b\u8cd3\u62ab\u7d22 |
|
205 |
pkr=\u5df4\u57fa\u65af\u5766\u76e7\u5e03 |
|
206 |
pln=\u6ce2\u862d\u8332\u7f85\u63d0 |
|
207 |
pte=\u8461\u8404\u7259\u57c3\u65af\u5eab\u591a |
|
208 |
pyg=\u5df4\u62c9\u572d\u74dc\u62c9\u5c3c |
|
209 |
qar=\u5361\u9054\u723e\u91cc\u4e9e\u723e |
|
9038
8059048b7ebd
7020583: Some currency names are missing in some locales
yhuang
parents:
5506
diff
changeset
|
210 |
rol=\u65e7\u7f57\u9a6c\u5c3c\u4e9a\u5217\u4f0a |
8059048b7ebd
7020583: Some currency names are missing in some locales
yhuang
parents:
5506
diff
changeset
|
211 |
ron=\u7f85\u99ac\u5c3c\u4e9e\u5217\u4f0a |
8059048b7ebd
7020583: Some currency names are missing in some locales
yhuang
parents:
5506
diff
changeset
|
212 |
rsd=\u585e\u723e\u7dad\u4e9e\u6234\u7d0d |
2 | 213 |
rub=\u4fc4\u7f85\u65af\u76e7\u5e03 |
214 |
rur=\u4fc4\u7f85\u65af\u76e7\u5e03 (1991-1998) |
|
215 |
rwf=\u76e7\u5b89\u9054\u6cd5\u90ce |
|
216 |
sar=\u6c99\u70cf\u5730\u91cc\u96c5 |
|
217 |
sbd=\u7d22\u7f85\u9580\u7fa4\u5cf6\u5143 |
|
9038
8059048b7ebd
7020583: Some currency names are missing in some locales
yhuang
parents:
5506
diff
changeset
|
218 |
scr=\u585e\u5e2d\u723e\u76e7\u6bd4 |
2 | 219 |
sdd=\u8607\u4e39\u7b2c\u7d0d\u723e |
9038
8059048b7ebd
7020583: Some currency names are missing in some locales
yhuang
parents:
5506
diff
changeset
|
220 |
sdg=\u8607\u4e39\u938a |
2 | 221 |
sek=\u745e\u5178\u514b\u7f85\u7d0d |
222 |
sgd=\u65b0\u52a0\u5761\u5e63 |
|
9038
8059048b7ebd
7020583: Some currency names are missing in some locales
yhuang
parents:
5506
diff
changeset
|
223 |
shp=\u5723\u8d6b\u52d2\u62ff\u7fa4\u5c9b\u78c5 |
2 | 224 |
sit=\u65af\u6d1b\u7dad\u5c3c\u4e9e\u6258\u52d2 |
225 |
skk=\u65af\u6d1b\u4f10\u514b\u514b\u6717 |
|
226 |
sll=\u7345\u5b50\u5c71\u5229\u6602 |
|
227 |
sos=\u7d22\u99ac\u5229\u4e9e\u5148\u4ee4 |
|
9038
8059048b7ebd
7020583: Some currency names are missing in some locales
yhuang
parents:
5506
diff
changeset
|
228 |
srd=\u82cf\u91cc\u5357\u5143 |
8059048b7ebd
7020583: Some currency names are missing in some locales
yhuang
parents:
5506
diff
changeset
|
229 |
srg=\u8607\u5229\u5357\u57fa\u723e |
2 | 230 |
std=\u8056\u591a\u7f8e\u5cf6\u548c\u666e\u6797\u897f\u6bd4\u5cf6\u591a\u5e03\u62c9 |
9038
8059048b7ebd
7020583: Some currency names are missing in some locales
yhuang
parents:
5506
diff
changeset
|
231 |
svc=\u8428\u5c14\u74e6\u591a\u79d1\u6717 |
2 | 232 |
syp=\u6558\u5229\u4e9e\u938a |
9038
8059048b7ebd
7020583: Some currency names are missing in some locales
yhuang
parents:
5506
diff
changeset
|
233 |
szl=\u65af\u5a01\u58eb\u5170\u91cc\u5170\u5409\u5c3c |
2 | 234 |
thb=\u6cf0\u9296 |
9038
8059048b7ebd
7020583: Some currency names are missing in some locales
yhuang
parents:
5506
diff
changeset
|
235 |
tjs=\u5854\u5409\u514b\u65af\u5766\u7d22\u83ab\u5c3c |
2 | 236 |
tmm=\u571f\u5eab\u66fc\u99ac\u7d0d\u7279 |
10293
cdcbdd4c20b8
7066203: Update currency data to the latest ISO 4217 standard
yhuang
parents:
9038
diff
changeset
|
237 |
tmt=\u571f\u5eab\u66fc\u65b0\u99ac\u7d0d\u7279 |
2 | 238 |
tnd=\u7a81\u5c3c\u897f\u4e9e\u7b2c\u7d0d\u723e |
239 |
top=\u6771\u52a0\u6f58\u52a0 |
|
9038
8059048b7ebd
7020583: Some currency names are missing in some locales
yhuang
parents:
5506
diff
changeset
|
240 |
tpe=\u5e1d\u6c76\u57c3\u65af\u5e93\u591a |
2 | 241 |
trl=\u571f\u8033\u5176\u91cc\u62c9 |
242 |
try=\u65b0\u571f\u8033\u5176\u91cc\u62c9 |
|
9038
8059048b7ebd
7020583: Some currency names are missing in some locales
yhuang
parents:
5506
diff
changeset
|
243 |
ttd=\u7279\u7acb\u5c3c\u8fbe\u548c\u591a\u5df4\u54e5\u5143 |
8059048b7ebd
7020583: Some currency names are missing in some locales
yhuang
parents:
5506
diff
changeset
|
244 |
tzs=\u5766\u6851\u5c3c\u4e9a\u5148\u4ee4 |
2 | 245 |
uah=\u70cf\u514b\u862d\u683c\u91cc\u592b\u90a3 |
246 |
ugx=\u70cf\u5e72\u9054\u5148\u4ee4 |
|
247 |
usd=\u7f8e\u5143 |
|
248 |
usn=\u7f8e\u5143 (\u7b2c\u4e8c\u5929) |
|
249 |
uss=\u7f8e\u5143 (\u540c\u4e00\u5929) |
|
250 |
uyu=\u70cf\u62c9\u572d\u62ab\u7d22 |
|
9038
8059048b7ebd
7020583: Some currency names are missing in some locales
yhuang
parents:
5506
diff
changeset
|
251 |
uzs=\u70cf\u8332\u5225\u514b\u7d22\u59c6 |
8059048b7ebd
7020583: Some currency names are missing in some locales
yhuang
parents:
5506
diff
changeset
|
252 |
veb=\u59d4\u5167\u745e\u62c9\u73bb\u5229\u74e6 |
8059048b7ebd
7020583: Some currency names are missing in some locales
yhuang
parents:
5506
diff
changeset
|
253 |
vef=\u59d4\u5167\u745e\u62c9\u5f37\u52e2\u73bb\u5229\u74e6 |
2 | 254 |
vnd=\u8d8a\u5357\u76fe |
255 |
vuv=\u842c\u90a3\u675c\u842c\u675c |
|
256 |
wst=\u897f\u85a9\u6469\u4e9e\u5854\u62c9 |
|
9038
8059048b7ebd
7020583: Some currency names are missing in some locales
yhuang
parents:
5506
diff
changeset
|
257 |
xaf=\u897f\u975e\u6cd5\u90ce BEAC |
8059048b7ebd
7020583: Some currency names are missing in some locales
yhuang
parents:
5506
diff
changeset
|
258 |
xag=XAG |
2 | 259 |
xau=\u9ec3\u91d1 |
260 |
xba=\u6b50\u6d32\u7d9c\u5408\u55ae\u4f4d |
|
261 |
xbb=\u6b50\u6d32\u8ca8\u5e63\u55ae\u4f4d XBB |
|
9038
8059048b7ebd
7020583: Some currency names are missing in some locales
yhuang
parents:
5506
diff
changeset
|
262 |
xbc=\u6b50\u6d32\u6703\u8a08\u55ae\u4f4d (XBC) |
8059048b7ebd
7020583: Some currency names are missing in some locales
yhuang
parents:
5506
diff
changeset
|
263 |
xbd=\u6b50\u6d32\u6703\u8a08\u55ae\u4f4d (XBD) |
2 | 264 |
xcd=\u683c\u745e\u90a3\u9054\u5143 |
265 |
xdr=\u7279\u6b8a\u63d0\u6b3e\u6b0a |
|
266 |
xfo=\u6cd5\u570b\u91d1\u6cd5\u90ce |
|
267 |
xfu=\u6cd5\u570b UIC \u6cd5\u90ce |
|
9038
8059048b7ebd
7020583: Some currency names are missing in some locales
yhuang
parents:
5506
diff
changeset
|
268 |
xof=\u897f\u975e\u6cd5\u90ce BCEAO |
8059048b7ebd
7020583: Some currency names are missing in some locales
yhuang
parents:
5506
diff
changeset
|
269 |
xpd=\u94af |
2 | 270 |
xpf=CFP \u6cd5\u90ce |
9038
8059048b7ebd
7020583: Some currency names are missing in some locales
yhuang
parents:
5506
diff
changeset
|
271 |
xpt=\u94c2 |
8059048b7ebd
7020583: Some currency names are missing in some locales
yhuang
parents:
5506
diff
changeset
|
272 |
xts=XTS |
8059048b7ebd
7020583: Some currency names are missing in some locales
yhuang
parents:
5506
diff
changeset
|
273 |
xxx=XXX |
8059048b7ebd
7020583: Some currency names are missing in some locales
yhuang
parents:
5506
diff
changeset
|
274 |
yer=\u8449\u9580\u91cc\u96c5 |
2 | 275 |
yum=\u5357\u65af\u62c9\u592b\u632a\u5a01\u4e9e\u7b2c\u7d0d\u723e |
276 |
zar=\u5357\u975e\u862d\u7279 |
|
277 |
zmk=\u5c1a\u6bd4\u4e9e\u514b\u74e6\u67e5 |
|
278 |
zwd=\u8f9b\u5df4\u5a01\u5143 |
|
10293
cdcbdd4c20b8
7066203: Update currency data to the latest ISO 4217 standard
yhuang
parents:
9038
diff
changeset
|
279 |
zwl=\u8f9b\u5df4\u5a01\u5143 (2009) |