This is the mail archive of the libc-alpha@sourceware.org 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] charmaps: IBM875: fix mapping of iota/upsilon variants [BZ #18453]


From: Dimitris Pappas <dvpappas@msn.com>

The letters Î/Ï and Î/Ï are swapped in the EBCDIC 875 map.
Verified against the original IBM spec.
---
https://en.wikipedia.org/wiki/EBCDIC_875
ftp://ftp.software.ibm.com/software/globalization/gcoc/attachments/CP00875.pdf
http://www.unicode.org/Public/MAPPINGS/VENDORS/MICSFT/EBCDIC/CP875.TXT

 localedata/charmaps/IBM875 | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/localedata/charmaps/IBM875 b/localedata/charmaps/IBM875
index 7bacde6..5f39e7c 100644
--- a/localedata/charmaps/IBM875
+++ b/localedata/charmaps/IBM875
@@ -186,11 +186,11 @@ CHARMAP
 <U03AC>     /xb1         GREEK SMALL LETTER ALPHA WITH TONOS
 <U03AD>     /xb2         GREEK SMALL LETTER EPSILON WITH TONOS
 <U03AE>     /xb3         GREEK SMALL LETTER ETA WITH TONOS
-<U0390>     /xb4         GREEK SMALL LETTER IOTA WITH DIALYTIKA AND TONOS
+<U03CA>     /xb4         GREEK SMALL LETTER IOTA WITH DIALYTIKA
 <U03AF>     /xb5         GREEK SMALL LETTER IOTA WITH TONOS
 <U03CC>     /xb6         GREEK SMALL LETTER OMICRON WITH TONOS
 <U03CD>     /xb7         GREEK SMALL LETTER UPSILON WITH TONOS
-<U03B0>     /xb8         GREEK SMALL LETTER UPSILON WITH DIALYTIKA AND TONOS
+<U03CB>     /xb8         GREEK SMALL LETTER UPSILON WITH DIALYTIKA
 <U03CE>     /xb9         GREEK SMALL LETTER OMEGA WITH TONOS
 <U03C2>     /xba         GREEK SMALL LETTER FINAL SIGMA
 <U03C4>     /xbb         GREEK SMALL LETTER TAU
@@ -210,8 +210,8 @@ CHARMAP
 <U0049>     /xc9         LATIN CAPITAL LETTER I
 <U00AD>     /xca         SOFT HYPHEN
 <U03C9>     /xcb         GREEK SMALL LETTER OMEGA
-<U03CA>     /xcc         GREEK SMALL LETTER IOTA WITH DIALYTIKA
-<U03CB>     /xcd         GREEK SMALL LETTER UPSILON WITH DIALYTIKA
+<U0390>     /xcc         GREEK SMALL LETTER IOTA WITH DIALYTIKA AND TONOS
+<U03B0>     /xcd         GREEK SMALL LETTER UPSILON WITH DIALYTIKA AND TONOS
 <U2018>     /xce         LEFT SINGLE QUOTATION MARK
 <U2015>     /xcf         HORIZONTAL BAR
 <U007D>     /xd0         RIGHT CURLY BRACKET
-- 
2.7.4


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