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=\uc548\ub3c4\ub77c \ud398\uc138\ud0c0 |
9038
8059048b7ebd
7020583: Some currency names are missing in some locales
yhuang
parents:
5506
diff
changeset
|
67 |
aed=\uc544\ub78d\uc5d0\ubbf8\ub9ac\ud2b8 \ub514\ub974\ud568 |
2 | 68 |
afa=\uc544\ud504\uac00\ub2c8 (1927-2002) |
69 |
afn=\uc544\ud504\uac00\ub2c8 |
|
70 |
all=\uc54c\ubc14\ub2c8\uc544 \ub808\ud06c |
|
71 |
amd=\uc544\ub974\uba54\ub2c8\uc544 \ub4dc\ub78c |
|
9038
8059048b7ebd
7020583: Some currency names are missing in some locales
yhuang
parents:
5506
diff
changeset
|
72 |
ang=\ub124\ub35c\ub780\ub4dc\ub839 \uc548\ud2f8\ub808\uc2a4 \uae38\ub354 |
2 | 73 |
aoa=\uc559\uace8\ub77c \ucf74\uc790 |
74 |
ars=\uc544\ub974\ud5e8\ud2f0\ub098 \ud398\uc18c |
|
75 |
ats=\ud638\uc8fc \uc2e4\ub9c1 |
|
76 |
aud=\ud638\uc8fc \ub2ec\ub7ec |
|
77 |
awg=\uc544\ub8e8\ubc14 \uae38\ub354 |
|
9038
8059048b7ebd
7020583: Some currency names are missing in some locales
yhuang
parents:
5506
diff
changeset
|
78 |
azm=\uc544\uc81c\ub974\ubc14\uc774\uc820 \ub9c8\ub098\ud2b8(1993-2006) |
8059048b7ebd
7020583: Some currency names are missing in some locales
yhuang
parents:
5506
diff
changeset
|
79 |
azn=\uc544\uc81c\ub974\ubc14\uc774\uc794 \ub9c8\ub098\ud2b8 |
2 | 80 |
bam=\ubcf4\uc2a4\ub2c8\uc544-\ud5e4\ub974\uccb4\uace0\ube44\ub098 \ud0dc\ud658 \ub9c8\ub974\ud06c |
81 |
bbd=\ubc14\ubca0\uc774\ub3c4\uc2a4 \ub2ec\ub7ec |
|
82 |
bdt=\ubc29\uae00\ub77c\ub370\uc2dc \ud0c0\uce74 |
|
83 |
bef=\ubca8\uae30\uc5d0 \ud504\ub791 |
|
84 |
bgl=\ubd88\uac00\ub9ac\uc544 \ub3d9\uc804 \ub81b |
|
85 |
bgn=\ubd88\uac00\ub9ac\uc544 \uc2e0\uad8c \ub81b |
|
86 |
bhd=\ubc14\ub808\uc778 \ub514\ub098\ub974 |
|
87 |
bif=\ubd80\ub8ec\ub514 \ud504\ub791 |
|
88 |
bmd=\ubc84\ubba4\ub2e4 \ub2ec\ub7ec |
|
89 |
bnd=\ubd80\ub8e8\ub098\uc774 \ub2ec\ub7ec |
|
90 |
bob=\ubcfc\ub9ac\ube44\uc544\ub178 |
|
9038
8059048b7ebd
7020583: Some currency names are missing in some locales
yhuang
parents:
5506
diff
changeset
|
91 |
bov=\ubcfc\ub9ac\ube44\uc544\ub178 Mvdol(\uae30\uae08) |
2 | 92 |
brl=\ube0c\ub77c\uc9c8 \ub808\uc54c |
93 |
bsd=\ubc14\ud558\ub9c8 \ub2ec\ub7ec |
|
94 |
btn=\ubd80\ud0c4 \ub20c\ud22c\ub214 |
|
95 |
bwp=\ubcf4\uce20\uc640\ub098 \ud3f4\ub77c |
|
96 |
byb=\ubca8\ub77c\ub8e8\uc2a4 \uc2e0\uad8c \ub8e8\ube14 (1994-1999) |
|
97 |
byr=\ubca8\ub77c\ub8e8\uc2a4 \ub8e8\ube14 |
|
98 |
bzd=\ubca8\ub9ac\uc988 \ub2ec\ub7ec |
|
99 |
cad=\uce90\ub098\ub2e4 \ub2ec\ub7ec |
|
100 |
cdf=\ucf69\uace0 \ud504\ub791 \ucf69\uace8\ub77c\uc2a4 |
|
9038
8059048b7ebd
7020583: Some currency names are missing in some locales
yhuang
parents:
5506
diff
changeset
|
101 |
chf=\uc2a4\uc704\uc2a4 \ud504\ub791 |
8059048b7ebd
7020583: Some currency names are missing in some locales
yhuang
parents:
5506
diff
changeset
|
102 |
clf=\uce60\ub808 UF (Unidades de Fomento) |
2 | 103 |
clp=\uce60\ub808 \ud398\uc18c |
104 |
cny=\uc911\uad6d \uc704\uc548 \uc778\ubbfc\ud3d0 |
|
105 |
cop=\ucf5c\ub86c\ube44\uc544 \ud398\uc18c |
|
106 |
crc=\ucf54\uc2a4\ud0c0\ub9ac\uce74 \ucf5c\ub860 |
|
9038
8059048b7ebd
7020583: Some currency names are missing in some locales
yhuang
parents:
5506
diff
changeset
|
107 |
csd=\uace0 \uc138\ub974\ube44\uc544 \ub514\ub098\ub974 |
10293
cdcbdd4c20b8
7066203: Update currency data to the latest ISO 4217 standard
yhuang
parents:
9038
diff
changeset
|
108 |
cuc=\ucfe0\ubc14 \ud0dc\ud658 \ud398\uc18c |
2 | 109 |
cup=\ucfe0\ubc14 \ud398\uc18c |
110 |
cve=\uce74\ubcf4\ubca0\ub974\ub370 \uc5d0\uc2a4\ucfe0\ub3c4 |
|
111 |
cyp=\uc2f8\uc774\ud504\ub7ec\uc2a4 \ud30c\uc6b4\ub4dc |
|
112 |
czk=\uccb4\ucf54 \uacf5\ud654\uad6d \ucf54\ub8e8\ub098 |
|
113 |
dem=\ub3c5\uc77c \ub9c8\ub974\ud06c |
|
114 |
djf=\uc9c0\ubd80\ud2f0 \ud504\ub791 |
|
115 |
dkk=\ub374\ub9c8\ud06c \ud06c\ub85c\ub124 |
|
116 |
dop=\ub3c4\ubbf8\ub2c8\uce74 \ud398\uc18c |
|
117 |
dzd=\uc54c\uc81c\ub9ac \ub514\ub098\ub974 |
|
118 |
eek=\uc5d0\uc2a4\ud1a0\ub2c8\uc544 \ud06c\ub8ec |
|
119 |
egp=\uc774\uc9d1\ud2b8 \ud30c\uc6b4\ub4dc |
|
120 |
ern=\uc5d0\ub9ac\ud2b8\ub9ac\uc544 \ub098\ud06c\ud30c |
|
121 |
esp=\uc2a4\ud398\uc778 \ud398\uc138\ud0c0 |
|
122 |
etb=\uc774\ub514\uc624\ud53c\uc544 \ube44\ub974 |
|
123 |
eur=\uc720\ub85c\ud654 |
|
124 |
fim=\ud540\ub780\ub4dc \ub9c8\ub974\uce74 |
|
125 |
fjd=\ud53c\uc9c0 \ub2ec\ub7ec |
|
126 |
fkp=\ud3ec\ud074\ub79c\ub4dc\uc81c\ub3c4 \ud30c\uc6b4\ub4dc |
|
127 |
frf=\ud504\ub791\uc2a4 \ud504\ub791 |
|
128 |
gbp=\uc601\uad6d\ub839 \ud30c\uc6b4\ub4dc \uc2a4\ud138\ub9c1 |
|
129 |
gel=\uadf8\ub8e8\uc9c0\uc57c \ub77c\ub9ac |
|
9038
8059048b7ebd
7020583: Some currency names are missing in some locales
yhuang
parents:
5506
diff
changeset
|
130 |
ghc=\uac00\ub098 \uc2dc\ub514 (1979-2007) |
8059048b7ebd
7020583: Some currency names are missing in some locales
yhuang
parents:
5506
diff
changeset
|
131 |
ghs=\uac00\ub098 \uc2dc\ub514 |
2 | 132 |
gip=\uc9c0\ube0c\ub864\ud130 \ud30c\uc6b4\ub4dc |
133 |
gmd=\uac10\ube44\uc544 \ub2ec\ub77c\uc2dc |
|
134 |
gnf=\uae30\ub2c8 \ud504\ub791 |
|
135 |
grd=\uadf8\ub9ac\uc2a4 \ub4dc\ub77c\ud06c\ub9c8 |
|
136 |
gtq=\uacfc\ud14c\ub9d0\ub77c \ucf00\ud2b8\uc0b4 |
|
137 |
gwp=\uae30\ub124\ube44\uc3d8 \ud398\uc18c |
|
138 |
gyd=\uac00\uc774\uc544\ub098 \ub2ec\ub7ec |
|
139 |
hkd=\ud64d\ucf69 \ub2ec\ub7ec |
|
140 |
hnl=\uc628\ub450\ub77c\uc2a4 \ub818\ud53c\ub77c |
|
141 |
hrk=\ud06c\ub85c\uc544\ud2f0\uc544 \ucfe0\ub098 |
|
142 |
htg=\ud558\uc774\ud2f0 \uad6c\ub974\ub4dc |
|
143 |
huf=\ud5dd\uac00\ub9ac \ud3ec\ub9b0\ud2b8 |
|
144 |
idr=\uc778\ub3c4\ub124\uc2dc\uc544 \ub8e8\ud53c\uc544 |
|
145 |
iep=\uc544\uc77c\ub79c\ub4dc \ud30c\uc6b4\ub4dc |
|
146 |
ils=\uc774\uc2a4\ub77c\uc5d8 \uc2e0\uad8c \uc138\ucf08 |
|
147 |
inr=\uc778\ub3c4 \ub8e8\ud53c |
|
148 |
iqd=\uc774\ub77c\ud06c \ub514\ub098\ub974 |
|
149 |
irr=\uc774\ub780 \ub9ac\uc584 |
|
150 |
isk=\uc544\uc774\uc2ac\ub780\ub4dc \ud06c\ub85c\ub098 |
|
151 |
itl=\uc774\ud0c8\ub9ac\uc544 \ub9ac\ub77c |
|
152 |
jmd=\uc790\uba54\uc774\uce74 \ub2ec\ub7ec |
|
153 |
jod=\uc694\ub974\ub2e8 \ub514\ub098\ub974 |
|
154 |
jpy=\uc77c\ubcf8 \uc5d4\ud654 |
|
155 |
kes=\ucf00\ub0d0 \uc2e4\ub9c1 |
|
156 |
kgs=\ud0a4\ub974\uae30\uc2a4\uc2a4\ud0c4 \uc19c |
|
157 |
khr=\uce84\ubcf4\ub514\uc544 \ub9ac\uc584 |
|
158 |
kmf=\ucf54\ubaa8\ub974 \ud504\ub791 |
|
159 |
kpw=\uc870\uc120 \ubbfc\uc8fc\uc8fc\uc758 \uc778\ubbfc \uacf5\ud654\uad6d \uc6d0 |
|
160 |
krw=\ub300\ud55c\ubbfc\uad6d \uc6d0 |
|
161 |
kwd=\ucfe0\uc6e8\uc774\ud2b8 \ub514\ub098\ub974 |
|
162 |
kyd=\ucf00\uc774\ub9e8 \uc81c\ub3c4 \ub2ec\ub7ec |
|
163 |
kzt=\uce74\uc790\ud750\uc2a4\ud0c4 \ud150\uac8c |
|
164 |
lak=\ub77c\uc624\uc2a4 \ud0a4\ud504 |
|
165 |
lbp=\ub808\ubc14\ub17c \ud30c\uc6b4\ub4dc |
|
166 |
lkr=\uc2a4\ub9ac\ub791\uce74 \ub8e8\ud53c |
|
167 |
lrd=\ub77c\uc774\ubca0\ub9ac\uc544 \ub2ec\ub7ec |
|
168 |
lsl=\ub808\uc18c\ud1a0 \ub85c\ud2f0 |
|
169 |
ltl=\ub9ac\ud22c\uc544\ub2c8\uc544 \ub9ac\ud0c0 |
|
170 |
luf=\ub8e9\uc148\ubd80\ub974\ud06c \ud504\ub791 |
|
171 |
lvl=\ub77c\ud2b8\ube44\uc544 \ub77c\ud2b8 |
|
172 |
lyd=\ub9ac\ube44\uc544 \ub514\ub098\ub974 |
|
173 |
mad=\ubaa8\ub85c\ucf54 \ub514\ub818 |
|
174 |
mdl=\ubab0\ub3c4\ubc14 \ub808\uc774 |
|
175 |
mga=\ub9c8\ub2e4\uac00\uc2a4\uce74\ub974 \uc544\ub9ac\uc544\ub9ac |
|
176 |
mgf=\ub9c8\ub2e4\uac00\uc2a4\uce74\ub974 \ud504\ub791 |
|
177 |
mkd=\ub9c8\ucf00\ub3c4\ub2c8\uc544 \ub514\ub098\ub974 |
|
178 |
mmk=\ubbf8\uc580\ub9c8 \ud0a4\uc58f |
|
179 |
mnt=\ubabd\uace8 \ud22c\uadf8\ub9ad |
|
180 |
mop=\ub9c8\uce74\uc624 \ud30c\ud0c0\uce74 |
|
181 |
mro=\ubaa8\ub9ac\ud0c0\ub2c8 \uc6b0\uae30\uc57c |
|
182 |
mtl=\ubab0\ud0c0 \ub9ac\ub77c |
|
183 |
mur=\ubaa8\ub9ac\uc154\uc2a4 \ub8e8\ud53c |
|
184 |
mvr=\ubab0\ub514\ube0c \uc81c\ub3c4 \ub8e8\ud53c\uc544 |
|
185 |
mwk=\ub9d0\ub77c\uc704 \ucf70\uccd0 |
|
186 |
mxn=\uba55\uc2dc\ucf54 \ud398\uc18c |
|
9038
8059048b7ebd
7020583: Some currency names are missing in some locales
yhuang
parents:
5506
diff
changeset
|
187 |
mxv=\uba55\uc2dc\ucf54 UDI(Unidad de Inversion) |
8059048b7ebd
7020583: Some currency names are missing in some locales
yhuang
parents:
5506
diff
changeset
|
188 |
myr=\ub9d0\ub808\uc774\uc2dc\uc544 \ub9c1\uae43 |
8059048b7ebd
7020583: Some currency names are missing in some locales
yhuang
parents:
5506
diff
changeset
|
189 |
mzm=\uace0 \ubaa8\uc7a0\ube44\ud06c \uba54\ud2f0\uce7c |
8059048b7ebd
7020583: Some currency names are missing in some locales
yhuang
parents:
5506
diff
changeset
|
190 |
mzn=\ubaa8\uc7a0\ube44\ud06c \uba54\ud2f0\uce7c |
2 | 191 |
nad=\ub098\ubbf8\ube44\uc544 \ub2ec\ub7ec |
192 |
ngn=\ub2c8\uc81c\ub974 \ub098\uc774\ub77c |
|
193 |
nio=\ub2c8\uce74\ub77c\uacfc \ucf54\ub974\ub3c4\ubc14 \uc624\ub85c |
|
194 |
nlg=\ub124\ub378\ub780\ub4dc \uae38\ub354 |
|
195 |
nok=\ub178\ub974\uc6e8\uc774 \ud06c\ub85c\ub124 |
|
196 |
npr=\ub124\ud314 \ub8e8\ud53c |
|
197 |
nzd=\ub274\uc9c8\ub79c\ub4dc \ub2ec\ub7ec |
|
198 |
omr=\uc624\ub9cc \ub9ac\uc584 |
|
199 |
pab=\ud30c\ub098\ub9c8 \ubc1c\ubcf4\uc544 |
|
200 |
pen=\ud398\ub8e8 \uc194 \ub204\uc5d0\ubcf4 |
|
201 |
pgk=\ud30c\ud478\uc544\ub274\uae30\ub2c8 \ud0a4\ub098 |
|
202 |
php=\ud544\ub9ac\ud540 \ud398\uc18c |
|
203 |
pkr=\ud30c\ud0a4\uc2a4\ud0c4 \ub8e8\ud53c |
|
204 |
pln=\ud3f4\ub780\ub4dc \uc990\ub85c\ud2f0 |
|
205 |
pte=\ud3ec\ub974\ud22c\uac08 \uc5d0\uc2a4\ucfe0\ub3c4 |
|
206 |
pyg=\ud30c\ub77c\uacfc\uc774 \uacfc\ub77c\ub2c8 |
|
207 |
qar=\uce74\ud0c0\ub974 \ub9ac\uc584 |
|
208 |
rol=\ub8e8\ub9c8\ub2c8\uc544 \ub808\uc774 |
|
9038
8059048b7ebd
7020583: Some currency names are missing in some locales
yhuang
parents:
5506
diff
changeset
|
209 |
ron=\ub8e8\ub9c8\ub2c8\uc544 \ub808\uc6b0 |
8059048b7ebd
7020583: Some currency names are missing in some locales
yhuang
parents:
5506
diff
changeset
|
210 |
rsd=\uc138\ub974\ube44\uc544 \ub514\ub098\ub974 |
2 | 211 |
rub=\ub7ec\uc2dc\uc544 \ub8e8\ube14 |
212 |
rur=\ub7ec\uc2dc\uc544 \ub8e8\ube14 (1991-1998) |
|
213 |
rwf=\ub974\uc644\ub2e4 \ud504\ub791 |
|
214 |
sar=\uc0ac\uc6b0\ub514\uc544\ub77c\ube44\uc544 \ub9ac\uc584 |
|
215 |
sbd=\uc194\ub85c\ubaac \uc81c\ub3c4 \ub2ec\ub7ec |
|
216 |
scr=\uc138\uc774\uc274 \ub8e8\ud53c |
|
217 |
sdd=\uc218\ub2e8 \ub514\ub098\ub974 |
|
9038
8059048b7ebd
7020583: Some currency names are missing in some locales
yhuang
parents:
5506
diff
changeset
|
218 |
sdg=\uc218\ub2e8 \ud30c\uc6b4\ub4dc |
2 | 219 |
sek=\uc2a4\uc6e8\ub374 \ud06c\ub85c\ub098 |
220 |
sgd=\uc2f1\uac00\ud3f4 \ub2ec\ub7ec |
|
221 |
shp=\uc138\uc778\ud2b8\ud5ec\ub808\ub098 \ud30c\uc6b4\ub4dc |
|
222 |
sit=\uc2ac\ub85c\ubca0\ub2c8\uc544 \ud1a8\ub77c\ub974 |
|
223 |
skk=\uc2ac\ub85c\ubc14\ud0a4\uc544 \ucf54\ub8e8\ub098 |
|
224 |
sll=\uc2dc\uc5d0\ub77c\ub9ac\uc628 \ub9ac\uc628 |
|
225 |
sos=\uc18c\ub9d0\ub9ac\uc544 \uc2e4\ub9c1 |
|
9038
8059048b7ebd
7020583: Some currency names are missing in some locales
yhuang
parents:
5506
diff
changeset
|
226 |
srd=\uc218\ub9ac\ub0a8 \ub2ec\ub7ec |
2 | 227 |
srg=\uc218\ub9ac\ub0a8 \uae38\ub354 |
228 |
std=\uc0c1\ud22c\uba54 \ud504\ub9b0\uc2dc\ud398 \ub3c4\ube0c\ub77c |
|
229 |
svc=\uc5d8\uc0b4\ubc14\ub3c4\ub974 \ucf5c\ub860 |
|
230 |
syp=\uc2dc\ub9ac\uc544 \ud30c\uc6b4\ub4dc |
|
231 |
szl=\uc2a4\uc640\uc9c8\ub780\ub4dc \ub9b4\ub791\uac8c\ub2c8 |
|
232 |
thb=\ud0dc\uad6d \ubc14\ud2b8 |
|
233 |
tjs=\ud0c0\uc9c0\ud0a4\uc2a4\ud0c4 \uc18c\ubaa8\ub2c8 |
|
234 |
tmm=\ud22c\ub974\ud06c\uba54\ub2c8\uc2a4\ud0c4 \ub9c8\ub098\ud2b8 |
|
235 |
tnd=\ud280\ub2c8\uc9c0 \ub514\ub098\ub974 |
|
9038
8059048b7ebd
7020583: Some currency names are missing in some locales
yhuang
parents:
5506
diff
changeset
|
236 |
top=\ud1b5\uac00 \ud30c\uc559\uac00 |
2 | 237 |
tpe=\ud2f0\ubaa8\ub974 \uc5d0\uc2a4\ucfe0\ub3c4 |
9038
8059048b7ebd
7020583: Some currency names are missing in some locales
yhuang
parents:
5506
diff
changeset
|
238 |
trl=\ud130\ud0a4 \ub9ac\ub77c |
8059048b7ebd
7020583: Some currency names are missing in some locales
yhuang
parents:
5506
diff
changeset
|
239 |
try=\uc2e0 \ud130\ud0a4 \ub9ac\ub77c |
2 | 240 |
ttd=\ud2b8\ub9ac\ub2c8\ub2e4\ub4dc \ud1a0\ubc14\uace0 \ub2ec\ub7ec |
241 |
twd=\ub300\ub9cc \uc2e0\uad8c \ub2ec\ub7ec |
|
242 |
tzs=\ud0c4\uc790\ub2c8\uc544 \uc2e4\ub9c1 |
|
243 |
uah=\uc6b0\ud06c\ub77c\uc774\ub098 \uadf8\ub9ac\ube0c\ub098 |
|
244 |
ugx=\uc6b0\uac04\ub2e4 \uc2e4\ub9c1 |
|
245 |
usd=\ubbf8\uad6d \ub2ec\ub7ec |
|
9038
8059048b7ebd
7020583: Some currency names are missing in some locales
yhuang
parents:
5506
diff
changeset
|
246 |
usn=\ubbf8\uad6d \ub2ec\ub7ec(\ub2e4\uc74c\ub0a0) |
8059048b7ebd
7020583: Some currency names are missing in some locales
yhuang
parents:
5506
diff
changeset
|
247 |
uss=\ubbf8\uad6d \ub2ec\ub7ec(\ub2f9\uc77c) |
2 | 248 |
uyu=\uc6b0\ub8e8\uacfc\uc774 \ud398\uc18c \uc6b0\ub8e8\uacfc\uc694 |
249 |
uzs=\uc6b0\uc988\ubca0\ud0a4\uc2a4\ud0c4 \uc228 |
|
250 |
veb=\ubca0\ub124\uc8fc\uc5d8\ub77c \ubcfc\ub9ac\ubc14\ub974 |
|
9038
8059048b7ebd
7020583: Some currency names are missing in some locales
yhuang
parents:
5506
diff
changeset
|
251 |
vef=\ubca0\ub124\uc8fc\uc5d8\ub77c \ubcfc\ub9ac\ubc14\ub974 \ud478\uc5d0\ub974\ub5bc |
2 | 252 |
vnd=\ubca0\ud2b8\ub0a8 \ub3d9 |
253 |
vuv=\ubc14\ub204\uc544\ud22c \ubc14\ud22c |
|
254 |
wst=\uc11c \uc0ac\ubaa8\uc544 \ud0c8\ub77c |
|
9038
8059048b7ebd
7020583: Some currency names are missing in some locales
yhuang
parents:
5506
diff
changeset
|
255 |
xaf=CFA \ud504\ub791 BEAC |
8059048b7ebd
7020583: Some currency names are missing in some locales
yhuang
parents:
5506
diff
changeset
|
256 |
xag=\uc740\ud654 |
2 | 257 |
xau=\uae08 |
9038
8059048b7ebd
7020583: Some currency names are missing in some locales
yhuang
parents:
5506
diff
changeset
|
258 |
xba=\uc720\ub974\ucf54 (\uc720\ub7fd \ud68c\uacc4 \ub2e8\uc704) |
8059048b7ebd
7020583: Some currency names are missing in some locales
yhuang
parents:
5506
diff
changeset
|
259 |
xbb=\uc720\ub7fd \ud1b5\ud654 \ub3d9\ub9f9 |
8059048b7ebd
7020583: Some currency names are missing in some locales
yhuang
parents:
5506
diff
changeset
|
260 |
xbc=\uc720\ub7fd \uacc4\uc0b0 \ub2e8\uc704 (XBC) |
8059048b7ebd
7020583: Some currency names are missing in some locales
yhuang
parents:
5506
diff
changeset
|
261 |
xbd=\uc720\ub7fd \uacc4\uc0b0 \ub2e8\uc704 (XBD) |
2 | 262 |
xcd=\ub3d9\uce74\ub9ac\ube0c \ub2ec\ub7ec |
263 |
xdr=\ud2b9\ubcc4\uc778\ucd9c\uad8c |
|
264 |
xfo=\ud504\ub791\uc2a4 Gold \ud504\ub791 |
|
265 |
xfu=\ud504\ub791\uc2a4 UIC-\ud504\ub791 |
|
9038
8059048b7ebd
7020583: Some currency names are missing in some locales
yhuang
parents:
5506
diff
changeset
|
266 |
xof=CFA \ud504\ub791 BCEAO |
8059048b7ebd
7020583: Some currency names are missing in some locales
yhuang
parents:
5506
diff
changeset
|
267 |
xpd=\ud314\ub77c\ub4d0 |
8059048b7ebd
7020583: Some currency names are missing in some locales
yhuang
parents:
5506
diff
changeset
|
268 |
xpf=CFP \ud504\ub791 |
8059048b7ebd
7020583: Some currency names are missing in some locales
yhuang
parents:
5506
diff
changeset
|
269 |
xpt=\ubc31\uae08 |
8059048b7ebd
7020583: Some currency names are missing in some locales
yhuang
parents:
5506
diff
changeset
|
270 |
xts=\ud14c\uc2a4\ud2b8 \ud1b5\ud654 \ucf54\ub4dc |
8059048b7ebd
7020583: Some currency names are missing in some locales
yhuang
parents:
5506
diff
changeset
|
271 |
xxx=\uc54c\uc218\uc5c6\uac70\ub098 \uc720\ud6a8\ud558\uc9c0\uc54a\uc740 \ud1b5\ud654\ub2e8\uc704 |
2 | 272 |
yer=\uc608\uba58 \ub9ac\uc54c |
273 |
yum=\uc720\uace0\uc2ac\ub77c\ube44\uc544 \ub178\ube44 \ub514\ub098\ub974 |
|
274 |
zar=\ub0a8\uc544\ud504\ub9ac\uce74 \ub79c\ub4dc |
|
275 |
zmk=\uc7d8\ube44\uc544 \ucf70\uccd0 |
|
9038
8059048b7ebd
7020583: Some currency names are missing in some locales
yhuang
parents:
5506
diff
changeset
|
276 |
zwd=\uc9d0\ubc14\ube0c\uc6e8 \ub2ec\ub7ec |