summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2006-04-26 07:21:15 +0000
committerUlrich Drepper <drepper@redhat.com>2006-04-26 07:21:15 +0000
commitcf86bbe6da1d90170e0ee09b5baae15332c917f2 (patch)
tree6052c7b89217c50d739846b637cfb99a743c9f7a
parentc61a9cfbc48e9d9b719b4bc26fa3d9ce3fbaa964 (diff)
* locale/iso-4217.def: Update.
-rw-r--r--ChangeLog4
-rw-r--r--locale/iso-4217.def15
-rw-r--r--localedata/ChangeLog9
-rw-r--r--localedata/locales/bg_BG2
-rw-r--r--localedata/locales/bs_BA2
-rw-r--r--localedata/locales/es_MX2
-rw-r--r--localedata/locales/ru_RU2
-rw-r--r--localedata/locales/tg_TJ2
-rw-r--r--localedata/locales/tt_RU2
9 files changed, 27 insertions, 13 deletions
diff --git a/ChangeLog b/ChangeLog
index e3022a7cc9..3a2d0a47ff 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2006-04-26 Ulrich Drepper <drepper@redhat.com>
+
+ * locale/iso-4217.def: Update.
+
2006-04-25 Ulrich Drepper <drepper@redhat.com>
[BZ #2420]
diff --git a/locale/iso-4217.def b/locale/iso-4217.def
index 476e00c0e2..1af6ef4496 100644
--- a/locale/iso-4217.def
+++ b/locale/iso-4217.def
@@ -9,7 +9,7 @@
* !!! The list has to be sorted !!!
*/
DEFINE_INT_CURR("AED") /* United Arab Emirates Dirham */
-DEFINE_INT_CURR("AFA") /* Afghanistan Afgani */
+DEFINE_INT_CURR("AFN") /* Afghanistan Afgani */
DEFINE_INT_CURR("ALL") /* Albanian Lek */
DEFINE_INT_CURR("AMD") /* Armenia Dram */
DEFINE_INT_CURR("ANG") /* Netherlands Antilles */
@@ -18,10 +18,10 @@ DEFINE_INT_CURR("ARS") /* Argentine Peso */
DEFINE_INT_CURR("AUD") /* Australian Dollar */
DEFINE_INT_CURR("AWG") /* Aruba Guilder */
DEFINE_INT_CURR("AZM") /* Azerbaijan Manat */
-DEFINE_INT_CURR("BAK") /* Bosnian and Herzegovina Convertible Mark */
+DEFINE_INT_CURR("BAM") /* Bosnian and Herzegovina Convertible Mark */
DEFINE_INT_CURR("BBD") /* Barbados Dollar */
DEFINE_INT_CURR("BDT") /* Bangladesh Taka */
-DEFINE_INT_CURR("BGL") /* Bulgarian Lev */
+DEFINE_INT_CURR("BGN") /* Bulgarian Lev */
DEFINE_INT_CURR("BHD") /* Bahraini Dinar */
DEFINE_INT_CURR("BIF") /* Burundi Franc */
DEFINE_INT_CURR("BMD") /* Burmudian Dollar */
@@ -76,6 +76,7 @@ DEFINE_INT_CURR("INR") /* Indian Rupee (Bhutan) */
DEFINE_INT_CURR("IQD") /* Iraqi Dinar */
DEFINE_INT_CURR("IRR") /* Iranian Rial */
DEFINE_INT_CURR("ISK") /* Iceland Krona */
+DEFINE_INT_CURR("JEP") /* Jersey Pound */
DEFINE_INT_CURR("JMD") /* Jamaican Dollar */
DEFINE_INT_CURR("JOD") /* Jordanian Dinar */
DEFINE_INT_CURR("JPY") /* Japanese Yen */
@@ -108,7 +109,7 @@ DEFINE_INT_CURR("MTL") /* Maltese Lira */
DEFINE_INT_CURR("MUR") /* Mauritius Rupee */
DEFINE_INT_CURR("MVR") /* Maldives Rupee */
DEFINE_INT_CURR("MWK") /* Malawi Kwacha */
-DEFINE_INT_CURR("MXP") /* Mexican Peso */
+DEFINE_INT_CURR("MXN") /* Mexican Peso */
DEFINE_INT_CURR("MYR") /* Malaysian Ringgit */
DEFINE_INT_CURR("MZM") /* Mozambique Metical */
DEFINE_INT_CURR("NAD") /* Namibia Dollar */
@@ -127,7 +128,8 @@ DEFINE_INT_CURR("PLN") /* Polish Zloty */
DEFINE_INT_CURR("PYG") /* Paraguay Guarani */
DEFINE_INT_CURR("QAR") /* Qatar Rial */
DEFINE_INT_CURR("ROL") /* Romanian Leu */
-DEFINE_INT_CURR("RUR") /* Russian Ruble */
+DEFINE_INT_CURR("RON") /* Romanian New Leu */
+DEFINE_INT_CURR("RUB") /* Russian Ruble */
DEFINE_INT_CURR("RWF") /* Rwanda Franc */
DEFINE_INT_CURR("SAR") /* Saudi Arabia Riyal */
DEFINE_INT_CURR("SBD") /* Solomon Islands Dollar */
@@ -147,7 +149,7 @@ DEFINE_INT_CURR("SVC") /* El Salvador Colon */
DEFINE_INT_CURR("SYP") /* Syrian Arab Republic Pound */
DEFINE_INT_CURR("SZL") /* Swaziland Lilangeni */
DEFINE_INT_CURR("THB") /* Thai Baht */
-DEFINE_INT_CURR("TJR") /* Tajikistani Ruble */
+DEFINE_INT_CURR("TJS") /* Tajikistani Somoni */
DEFINE_INT_CURR("TMM") /* Turkmenistan Manet */
DEFINE_INT_CURR("TND") /* Tunisian Dinar */
DEFINE_INT_CURR("TOP") /* Tonga Pa'Anga */
@@ -171,7 +173,6 @@ DEFINE_INT_CURR("XDR") /* International Monetary Fund */
DEFINE_INT_CURR("XOF") /* West African Franc (Benin, Ivory Coast, Niger, Senegal, Togo, Upper Volta) */
DEFINE_INT_CURR("XPF") /* French polynesia, New Caledonia, Wallis and Futuna Islands */
DEFINE_INT_CURR("YER") /* Yemeni Rial */
-DEFINE_INT_CURR("YUM") /* Yugoslavian New Dinar */
DEFINE_INT_CURR("ZAR") /* South Africa Rand (Lesotho, Namibia) */
DEFINE_INT_CURR("ZMK") /* Zambian Kwacha */
DEFINE_INT_CURR("ZWD") /* Zimbabwe Dollar */
diff --git a/localedata/ChangeLog b/localedata/ChangeLog
index 4eed4ecc34..addfec9c9d 100644
--- a/localedata/ChangeLog
+++ b/localedata/ChangeLog
@@ -1,3 +1,12 @@
+2006-04-26 Ulrich Drepper <drepper@redhat.com>
+
+ * bg_BG: Update after iso-4217.def update.
+ * bs_BA: Likewise.
+ * es_MX: Likewise.
+ * ru_RU: Likewise.
+ * tg_TJ: Likewise.
+ * tt_RU: Likewise.
+
2006-04-25 Ulrich Drepper <drepper@redhat.com>
[BZ #2376]
diff --git a/localedata/locales/bg_BG b/localedata/locales/bg_BG
index 2736174c4a..bb15588f84 100644
--- a/localedata/locales/bg_BG
+++ b/localedata/locales/bg_BG
@@ -155,7 +155,7 @@ reorder-end
END LC_COLLATE
LC_MONETARY
-int_curr_symbol "<U0042><U0047><U004C><U0020>"
+int_curr_symbol "<U0042><U0047><U004E><U0020>"
currency_symbol "<U043B><U0432>"
mon_decimal_point "<U002C>"
mon_thousands_sep "<U00A0>"
diff --git a/localedata/locales/bs_BA b/localedata/locales/bs_BA
index 80cc49ffda..9d0a0e6376 100644
--- a/localedata/locales/bs_BA
+++ b/localedata/locales/bs_BA
@@ -149,7 +149,7 @@ noexpr "<U005E><U005B><U006E><U004E><U005D><U002A><U002E>"
END LC_MESSAGES
LC_MONETARY
-int_curr_symbol "<U0042><U0041><U004B><U0020>"
+int_curr_symbol "<U0042><U0041><U004D><U0020>"
currency_symbol "<U004B><U004D>"
mon_decimal_point "<U002C>"
mon_thousands_sep "<U0020>"
diff --git a/localedata/locales/es_MX b/localedata/locales/es_MX
index 70e5ae7abb..d090008da6 100644
--- a/localedata/locales/es_MX
+++ b/localedata/locales/es_MX
@@ -61,7 +61,7 @@ noexpr "<U005E><U005B><U006E><U004E><U005D><U002E><U002A>"
END LC_MESSAGES
LC_MONETARY
-int_curr_symbol "<U004D><U0058><U0050><U0020>"
+int_curr_symbol "<U004D><U0058><U004E><U0020>"
currency_symbol "<U0024>"
mon_decimal_point "<U002E>"
mon_thousands_sep "<U002C>"
diff --git a/localedata/locales/ru_RU b/localedata/locales/ru_RU
index 2fdffb12cb..0308c5b79a 100644
--- a/localedata/locales/ru_RU
+++ b/localedata/locales/ru_RU
@@ -74,7 +74,7 @@ noexpr "<U005E><U005B><U041D><U043D><U004E><U006E><U005D><U002E><U002A>"
END LC_MESSAGES
LC_MONETARY
-int_curr_symbol "<U0052><U0055><U0052><U0020>"
+int_curr_symbol "<U0052><U0055><U0042><U0020>"
currency_symbol "<U0440><U0443><U0431>"
mon_decimal_point "<U002E>"
mon_thousands_sep "<U0020>"
diff --git a/localedata/locales/tg_TJ b/localedata/locales/tg_TJ
index 3f9b58a1fb..5cd8422259 100644
--- a/localedata/locales/tg_TJ
+++ b/localedata/locales/tg_TJ
@@ -126,7 +126,7 @@ noexpr "<U005E><U005B><U041D><U043D><U004E><U006E><U005D><U002E><U002A>"
END LC_MESSAGES
LC_MONETARY
-int_curr_symbol "<U0052><U0055><U0052><U0020>"
+int_curr_symbol "<U0052><U0055><U0053><U0020>"
currency_symbol "<U0440><U0443><U0431>"
mon_decimal_point "<U002E>"
mon_thousands_sep "<U0020>"
diff --git a/localedata/locales/tt_RU b/localedata/locales/tt_RU
index 31a3de1c2b..858cfb8f4f 100644
--- a/localedata/locales/tt_RU
+++ b/localedata/locales/tt_RU
@@ -227,7 +227,7 @@ noexpr "<U005E><U005B><U041D><U043D><U004E><U006E><U005D><U002E><U002A>"
END LC_MESSAGES
LC_MONETARY
-int_curr_symbol "<U0052><U0055><U0052><U0020>"
+int_curr_symbol "<U0052><U0055><U0042><U0020>"
currency_symbol "<U0440><U0443><U0431>"
mon_decimal_point "<U002E>"
mon_thousands_sep "<U0020>"