[PATCH] Wrong fix for localedata/locales/pa_IN
Denis Barbier
barbier@debian.org
Mon Mar 21 22:23:00 GMT 2005
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
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 189 bytes
Desc: Digital signature
URL: <http://sourceware.org/pipermail/libc-alpha/attachments/20050321/44b21c0e/attachment.sig>
More information about the Libc-alpha
mailing list