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]

bug in ISO-IR-209 and MAC-SAMI converters



The ISO-IR-209 and MAC-SAMI converters map two bytes corresponding to
CAPITAL/SMALL H WITH CARON to CJK characters, <U821E> and <U821F>, instead
of to <U021E> and <U021F>. Here is a fix to the charmap, from which the
converters are generated.


2002-04-19  Bruno Haible  <bruno@clisp.org>

	* charmaps/ISO-IR-209: Fix the Unicode values for LETTER H WITH CARON.
	* charmaps/MAC-SAMI: Likewise.

--- glibc-20020408/localedata/charmaps/ISO-IR-209.bak	2001-08-13 08:13:01.000000000 +0200
+++ glibc-20020408/localedata/charmaps/ISO-IR-209	2002-04-19 00:54:39.000000000 +0200
@@ -170,7 +170,7 @@
 <U01E6>     /xa8         LATIN CAPITAL LETTER G WITH CARON
 <U00A9>     /xa9         COPYRIGHT SIGN
 <U01E7>     /xaa         LATIN SMALL LETTER G WITH CARON
-<U821E>     /xab         LATIN CAPITAL LETTER H WITH CARON
+<U021E>     /xab         LATIN CAPITAL LETTER H WITH CARON
 <U01E8>     /xac         LATIN CAPITAL LETTER K WITH CARON
 <U00AD>     /xad         SOFT HYPHEN
 <U01E9>     /xae         LATIN SMALL LETTER K WITH CARON
@@ -186,7 +186,7 @@
 <U0167>     /xb8         LATIN SMALL LETTER T WITH STROKE
 <U017D>     /xb9         LATIN CAPITAL LETTER Z WITH CARON
 <U017E>     /xba         LATIN SMALL LETTER Z WITH CARON
-<U821F>     /xbb         LATIN SMALL LETTER H WITH CARON
+<U021F>     /xbb         LATIN SMALL LETTER H WITH CARON
 <U01B7>     /xbc         LATIN CAPITAL LETTER EZH
 <U0292>     /xbd         LATIN SMALL LETTER EZH
 <U01EE>     /xbe         LATIN CAPITAL LETTER EZH WITH CARON
--- glibc-20020408/localedata/charmaps/MAC-SAMI.bak	2001-08-13 08:12:06.000000000 +0200
+++ glibc-20020408/localedata/charmaps/MAC-SAMI	2002-04-19 01:20:16.000000000 +0200
@@ -185,8 +185,8 @@
 <U00D8>     /xaf         LATIN CAPITAL LETTER O WITH STROKE
 <U0110>     /xb0         LATIN CAPITAL LETTER D WITH STROKE
 <U014A>     /xb1         LATIN CAPITAL LETTER ENG
-<U821E>     /xb2         LATIN CAPITAL LETTER H WITH CARON
-<U821F>     /xb3         LATIN SMALL LETTER H WITH CARON
+<U021E>     /xb2         LATIN CAPITAL LETTER H WITH CARON
+<U021F>     /xb3         LATIN SMALL LETTER H WITH CARON
 <U0160>     /xb4         LATIN CAPITAL LETTER S WITH CARON
 <U0166>     /xb5         LATIN CAPITAL LETTER T WITH STROKE
 <U2202>     /xb6         PARTIAL DIFFERENTIAL


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