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 pa_IN am_pm


Hi!

The commit in November apparently got 2 missing characters:
 %
 % Equivalent of AM PM
-am_pm       "<U0A38><U035><U0A47><U0A30><U0A47>";/
-            "<U0A36><U0A3E><U02E>"
+am_pm       "<U0A38><U0035><U0A47><U0A30><U0A47>";/
+            "<U0A36><U0A3E><U002E>"
that Andreas Schwab in March assumed to be 0, but apparently they were
supposed to be A.  Confirmed by:
1) the patch from Denis Barbier in BZ#622 from December
2) bug report from Amanpreet Singh Alam in Red Hat bugzilla as well
  as comment in BZ#622
All the <U0A02>..<U0A74> characters around are GURMUKHI letters and digits.

2005-05-28  Jakub Jelinek  <jakub@redhat.com>

	[BZ #622]
	* locales/pa_IN (am_pm): Fix typos.  Patch by Denis Barbier
	<barbier@linuxfr.org>.

--- libc/localedata/locales/pa_IN.jj	2005-04-13 21:28:36.000000000 +0200
+++ libc/localedata/locales/pa_IN	2005-05-28 10:05:04.000000000 +0200
@@ -122,8 +122,8 @@ mon         "<U0A1C><U0A28><U0A35><U0A30
 
 %
 % Equivalent of AM PM
-am_pm       "<U0A38><U0035><U0A47><U0A30><U0A47>";/
-            "<U0A36><U0A3E><U002E>"
+am_pm       "<U0A38><U0A35><U0A47><U0A30><U0A47>";/
+            "<U0A36><U0A3E><U0A2E>"
 
 %
 % Appropriate date and time representation

	Jakub


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