Several broken "supported" locales (patch 2)
Petter Reinholdtsen
pere@hungry.com
Sat Apr 5 20:37:00 GMT 2003
[Petter Reinholdtsen]
> I suggest reinserting the two currencies that was removed:
Here is a patch including a changelog to do this.
Index: ChangeLog
===================================================================
RCS file: /cvs/glibc/libc/ChangeLog,v
retrieving revision 1.7481
diff -u -3 -p -u -r1.7481 ChangeLog
--- ChangeLog 3 Apr 2003 08:22:06 -0000 1.7481
+++ ChangeLog 5 Apr 2003 20:34:48 -0000
@@ -1,3 +1,9 @@
+2003-04-05 Petter Reinholdtsen <pere@hungry.com>
+
+ * locale/iso-4217.def: Reinsert currency codes SDP and ECS which
+ were removed 2002-02-13. They are still used by locales ar_SD and
+ es_EC, and removing them broke the locales.
+
2003-04-03 Ulrich Drepper <drepper@redhat.com>
* posix/unistd.h: Define _POSIX_VERSION, _POSIX2_VERSION,
Index: locale/iso-4217.def
===================================================================
RCS file: /cvs/glibc/libc/locale/iso-4217.def,v
retrieving revision 1.13
diff -u -3 -p -u -r1.13 iso-4217.def
--- locale/iso-4217.def 28 Feb 2002 09:12:10 -0000 1.13
+++ locale/iso-4217.def 5 Apr 2003 20:34:48 -0000
@@ -46,6 +46,7 @@ DEFINE_INT_CURR("DJF ") /* Djibouti Fra
DEFINE_INT_CURR("DKK ") /* Danish Krone (Faroe Islands, Greenland) */
DEFINE_INT_CURR("DOP ") /* Dominican Republic */
DEFINE_INT_CURR("DZD ") /* Algerian Dinar */
+DEFINE_INT_CURR("ECS ") /* Ecuadoran Sucre - obsolete */
DEFINE_INT_CURR("EEK ") /* Estonian Kroon */
DEFINE_INT_CURR("EGP ") /* Egyptian Pound */
DEFINE_INT_CURR("ERN ") /* Eritrean Nakfa */
@@ -130,6 +131,7 @@ DEFINE_INT_CURR("SAR ") /* Saudi Arabia
DEFINE_INT_CURR("SBD ") /* Solomon Islands Dollar */
DEFINE_INT_CURR("SCR ") /* Seychelles Rupee */
DEFINE_INT_CURR("SDD ") /* Sudanese Dinars */
+DEFINE_INT_CURR("SDP ") /* Sudanese Pound - obsolete */
DEFINE_INT_CURR("SEK ") /* Swedish Krona */
DEFINE_INT_CURR("SGD ") /* Singapore Dollar */
DEFINE_INT_CURR("SHP ") /* St. Helena Pound */
More information about the Libc-alpha
mailing list