public inbox for libc-hacker@sourceware.org
 help / color / mirror / Atom feed
* [PATCH] Fix pa_IN am_pm
@ 2005-05-28  8:26 Jakub Jelinek
  0 siblings, 0 replies; only message in thread
From: Jakub Jelinek @ 2005-05-28  8:26 UTC (permalink / raw)
  To: Ulrich Drepper, Roland McGrath; +Cc: Glibc hackers

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

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2005-05-28  8:26 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2005-05-28  8:26 [PATCH] Fix pa_IN am_pm Jakub Jelinek

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).