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]
> Patch below to update the locale files to match the new currency
> symbol.

New patch below, this time with changelog entry:

Index: ChangeLog
===================================================================
RCS file: /cvs/glibc/libc/localedata/ChangeLog,v
retrieving revision 1.423
diff -u -3 -p -u -r1.423 ChangeLog
--- ChangeLog   17 Mar 2003 10:16:36 -0000      1.423
+++ ChangeLog   5 Apr 2003 20:25:22 -0000
@@ -1,3 +1,10 @@
+2003-04-05  Petter Reinholdtsen <pere at hungry dot com>
+
+       * locales/sr_YU [LC_MONETARY]: Change int_curr_symbol from 'YUN'
+       to 'YUM' to match changes commited to ISO-4217 2002-02-13 and get
+       the locale building again.
+       * locales/sr_YU at cyrillic: Likewise.
+
 2003-03-17  Ulrich Drepper  <drepper at redhat dot com>

        * localedata/en_ZA: Changed %x for LC_TIME to use dd/mm/ccyy.
Index: locales/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
--- locales/sr_YU       14 Feb 2002 00:58:31 -0000      1.10
+++ locales/sr_YU       5 Apr 2003 20:25:23 -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>"
Index: locales/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
--- locales/sr_YU at cyrillic      27 Oct 2000 19:34:36 -0000      1.1
+++ locales/sr_YU at cyrillic      5 Apr 2003 20:25:23 -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]