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]

update ISO_5428 charmap


The ISO_5428 charmap and iconv converter use private-use characters for some
exotic Greek characters that were not present in Unicode 2.x. But they were
added in Unicode 3.0. Here is a patch to align this charmap with Unicode 3.0.


2002-10-18  Bruno Haible  <bruno@clisp.org>

	* charmaps/ISO_5428: Use Greek characters introduced in Unicode 3.0.

--- localedata/charmaps/ISO_5428.bak	2000-07-03 16:45:20.000000000 +0200
+++ localedata/charmaps/ISO_5428	2002-10-17 01:52:53.000000000 +0200
@@ -89,8 +89,8 @@
 <U03B3>     /x64         GREEK SMALL LETTER GAMMA
 <U03B4>     /x65         GREEK SMALL LETTER DELTA
 <U03B5>     /x66         GREEK SMALL LETTER EPSILON
-<UE01A>     /x67         GREEK SMALL LETTER STIGMA <ISO-IR-55_47>
-<UE01B>     /x68         GREEK SMALL LETTER DIGAMMA <ISO-IR-55_48>
+<U03DB>     /x67         GREEK SMALL LETTER STIGMA
+<U03DD>     /x68         GREEK SMALL LETTER DIGAMMA
 <U03B6>     /x69         GREEK SMALL LETTER ZETA
 <U03B7>     /x6a         GREEK SMALL LETTER ETA
 <U03B8>     /x6b         GREEK SMALL LETTER THETA
@@ -102,7 +102,7 @@
 <U03BE>     /x71         GREEK SMALL LETTER XI
 <U03BF>     /x72         GREEK SMALL LETTER OMICRON
 <U03C0>     /x73         GREEK SMALL LETTER PI
-<UE01C>     /x74         GREEK SMALL LETTER KOPPA <ISO-IR-55_54>
+<U03DF>     /x74         GREEK SMALL LETTER KOPPA
 <U03C1>     /x75         GREEK SMALL LETTER RHO
 <U03C3>     /x76         GREEK SMALL LETTER SIGMA
 <U03C2>     /x77         GREEK SMALL LETTER FINAL SIGMA
@@ -112,6 +112,6 @@
 <U03C7>     /x7b         GREEK SMALL LETTER CHI
 <U03C8>     /x7c         GREEK SMALL LETTER PSI
 <U03C9>     /x7d         GREEK SMALL LETTER OMEGA
-<UE01D>     /x7e         GREEK SMALL LETTER SAMPI <ISO-IR-55_5E>
+<U03E1>     /x7e         GREEK SMALL LETTER SAMPI
 <U007F>     /x7f         DELETE (DEL)
 END CHARMAP


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