This is the mail archive of the libc-alpha@sources.redhat.com mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Several broken "supported" locales


[Petter Reinholdtsen]
> `int_curr_symbol' missing in ISO 4217
> -------------------------------------
> 
>   ar_SD/ISO-8859-6 [uses SDP]
>   es_EC/ISO-8859-1 [uses ECS]

These two where removed from iso-4217.def by drepper 2002-02-13.  I
suspect SDP is now replaced by SDD, but am not sure.  I suspect ECS is
now replaced by USD (source CIA World Fact book), but am not sure.  I
suggest reinserting the two currencies that was removed:

  DEFINE_INT_CURR("ECS ")                /* Ecuadoran Sucre  */
  DEFINE_INT_CURR("SDP ")                /* Sudanese Pound  */

Adding these will get the locales compiling again.

>   sr_YU/ISO-8859-2          [uses YUN]
>   sr_YU at cyrillic/ISO-8859-5 [uses YUN]

This currency was renamed in iso-4217.def by drepper 2002-02-13 from
YUN to YUM.  Patch below to update the locale files to match the new
currency symbol.


Index: sr_YU
===================================================================
RCS file: /cvs/glibc/libc/localedata/locales/sr_YU,v
retrieving revision 1.10
diff -u -3 -p -u -r1.10 sr_YU
--- sr_YU       14 Feb 2002 00:58:31 -0000      1.10
+++ sr_YU       5 Apr 2003 19:03:49 -0000
@@ -224,7 +224,7 @@ noexpr  "<U005B><U006E><U004E><U0030><U0
 END LC_MESSAGES

 LC_MONETARY
-int_curr_symbol           "<U0059><U0055><U004E><U0020>"
+int_curr_symbol           "<U0059><U0055><U004D><U0020>"
 currency_symbol           "<U0064><U0069><U006E>"
 mon_decimal_point         "<U002C>"
 mon_thousands_sep         "<U0020>"
cvs server: I know nothing about sr_YU.~1.10.~
Index: sr_YU at cyrillic
===================================================================
RCS file: /cvs/glibc/libc/localedata/locales/sr_YU at cyrillic,v
retrieving revision 1.1
diff -u -3 -p -u -r1.1 sr_YU at cyrillic
--- sr_YU at cyrillic      27 Oct 2000 19:34:36 -0000      1.1
+++ sr_YU at cyrillic      5 Apr 2003 19:03:49 -0000
@@ -61,7 +61,7 @@ noexpr  "<U005B><U041D><U043D><U004E><U0
 END LC_MESSAGES

 LC_MONETARY
-int_curr_symbol           "<U0059><U0055><U004E><U0020>"
+int_curr_symbol           "<U0059><U0055><U004D><U0020>"
 currency_symbol           "<U0434><U0438><U043D>"
 mon_decimal_point         "<U002C>"
 mon_thousands_sep         "<U0020>"


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]