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

Note that libc-hacker is a closed list. You may look at the archives of this list, but subscription and posting are not open.


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

[PATCH] Fix ms_MY typo


Hi!

Here is a typo fix for ms_MY.

Besides this, I'm still seeing lots of warnings/errors on current locales:
- ar_SD, be_BY, es_EC, sr_YU don't have int_curr_symbol following ISO 4217,
  unfortunately I have really now idea what the monetary symbols
  really should be (e.g. whether Sudan uses Dinars or Pounds, found both
  in google).
- nl_BE/oc_FR LC_MONETARY: unknown character in field `currency_symbol'
  Really don't know what's going on here and why <A002C>
  is not transliterated, it works e.g. for plain fr_BE and fr_FR which
  these two include
- sr_YU@cyrillic: cannot add already read locale `sr_YU' a second time
  sr_YU works just fine, this one is just copy "sr_YU" most of the time
- pt_PT, wa_BE: circular dependencies between locale definitions
- sv_FI: lots of errors, while fi_FI works just fine and sv_FI
  mostly includes it
Any ideas?

2002-04-05  Jakub Jelinek  <jakub@redhat.com>

	* locales/ms_MY (day): Fix a typo.

--- libc/localedata/locales/ms_MY.jj	Mon Dec 10 19:16:14 2001
+++ libc/localedata/locales/ms_MY	Fri Apr  5 18:04:58 2002
@@ -97,7 +97,7 @@ abday       "<U0041><U0068><U0064>";"<U0
 %
 % Full weekday names (%A)
 day         "<U0041><U0068><U0061><U0064>";"<U0049><U0073><U006E><U0069><U006E>";/
-            "<U0053><U0065><U006C><U0061><U0073><U0061>";"<U0052><U0061><U0062><U0075";/
+            "<U0053><U0065><U006C><U0061><U0073><U0061>";"<U0052><U0061><U0062><U0075>";/
             "<U004B><U0068><U0061><U006D><U0069><U0073>";"<U004A><U0075><U006D><U0061><U0061><U0074>";/
             "<U0053><U0061><U0062><U0074><U0075>"
 %

	Jakub


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