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]

[PATCH] Wrong fix for localedata/locales/pa_IN


Hi,

few days ago, localedata/locales/pa_IN r1.7 has been committed and
contain the following change:
> % Equivalent of AM PM
> -am_pm       "<U0A38><U035><U0A47><U0A30><U0A47>";/
> -            "<U0A36><U0A3E><U02E>"
> +am_pm       "<U0A38><U0035><U0A47><U0A30><U0A47>";/
> +            "<U0A36><U0A3E><U002E>"

But as requested in BZ622, <U035>/<U02E> should have been changed to
<U0A35>/<U0A2E> and not <U0035>/<U002E>.  I do not speak this language,
but this change looks straightforward if you consider character range for
this script; moreover I did find several online resources (e.g. CLDR) to
confirm that these characters are indeed right.
Here is an updated patch.

2005-03-21  Denis Barbier  <barbier@debian.org>

	[BZ #622]
	* locales/pa_IN (am_pm): Fix character names again.

Index: locales/pa_IN
===================================================================
RCS file: /cvs/glibc/libc/localedata/locales/pa_IN,v
retrieving revision 1.7
diff -u -r1.7 pa_IN
--- locales/pa_IN	18 Mar 2005 19:16:14 -0000	1.7
+++ locales/pa_IN	21 Mar 2005 22:09:21 -0000
@@ -122,8 +122,8 @@
 
 %
 % 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

Denis

Attachment: signature.asc
Description: Digital signature


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