Revert removal of XDR currency from locale/iso-4217.def
Commit Message
In 7447ccd98ee3944a95247ae23284dfac1de6c2aa, the XDR currency was
removed from locale/iso-4217.def, despite the fact that it's both
still a part of the standard, according to the official table:
http://www.currency-iso.org/dam/downloads/table_a1.xml
... and, more importantly, is referenced from localedata/i18n, so
any quick-and-dirty locale definition that uses "copy i18n" for
LC_MONETARY won't work anymore.
Okay to commit?
---
---
Comments
On Sun, Mar 23, 2014 at 09:52:39PM -0600, Adam Conrad wrote:
> In 7447ccd98ee3944a95247ae23284dfac1de6c2aa, the XDR currency was
> removed from locale/iso-4217.def, despite the fact that it's both
> still a part of the standard, according to the official table:
>
> http://www.currency-iso.org/dam/downloads/table_a1.xml
>
> ... and, more importantly, is referenced from localedata/i18n, so
> any quick-and-dirty locale definition that uses "copy i18n" for
> LC_MONETARY won't work anymore.
Given the trivial nature of this patch, I'll commit in 24h if I don't
get any objections.
... Adam
On Sun, Mar 23, 2014 at 09:52:39PM -0600, Adam Conrad wrote:
> In 7447ccd98ee3944a95247ae23284dfac1de6c2aa, the XDR currency was
> removed from locale/iso-4217.def, despite the fact that it's both
> still a part of the standard, according to the official table:
>
> http://www.currency-iso.org/dam/downloads/table_a1.xml
>
> ... and, more importantly, is referenced from localedata/i18n, so
> any quick-and-dirty locale definition that uses "copy i18n" for
> LC_MONETARY won't work anymore.
>
> Okay to commit?
>
ok
On Mon, Mar 24, 2014 at 05:02:09PM -0600, Adam Conrad wrote:
>
> Given the trivial nature of this patch, I'll commit in 24h if I don't
> get any objections.
Oops, forgot about this one. Committed now.
@@ -1,3 +1,7 @@
+2014-03-23 Adam Conrad <adconrad@0c3.net>
+
+ * locale/iso-4217.def: Reintroduce XDR currency.
+
2014-03-21 Joseph Myers <joseph@codesourcery.com>
* sysdeps/mips/bits/wordsize.h: Include <sgidefs.h>.
@@ -162,6 +162,7 @@ DEFINE_INT_CURR("VUV") /* Vanuatu Vatu */
DEFINE_INT_CURR("WST") /* Samoa Tala */
DEFINE_INT_CURR("XAF") /* Central African Franc (United Republic of Cameroon, Central African Republic, Chad, Congo, Gabon) */
DEFINE_INT_CURR("XCD") /* East Caribbean Dollar (Antiqua, Dominica, Grenada, Montserrat, St. Kitts-Nevis-Anguilla, Saint Lucia, Saint Vincent and the Grenadines) */
+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 */