public inbox for libc-alpha@sourceware.org
 help / color / mirror / Atom feed
* [PATCH] charmaps: IBM875: fix mapping of iota/upsilon variants [BZ #18453]
@ 2016-04-22  3:25 Mike Frysinger
  2016-05-01 19:20 ` Mike Frysinger
  0 siblings, 1 reply; 2+ messages in thread
From: Mike Frysinger @ 2016-04-22  3:25 UTC (permalink / raw)
  To: libc-alpha

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

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH] charmaps: IBM875: fix mapping of iota/upsilon variants [BZ #18453]
  2016-04-22  3:25 [PATCH] charmaps: IBM875: fix mapping of iota/upsilon variants [BZ #18453] Mike Frysinger
@ 2016-05-01 19:20 ` Mike Frysinger
  0 siblings, 0 replies; 2+ messages in thread
From: Mike Frysinger @ 2016-05-01 19:20 UTC (permalink / raw)
  To: libc-alpha

[-- Attachment #1: Type: text/plain, Size: 477 bytes --]

On 21 Apr 2016 23:24, Mike Frysinger wrote:
> 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

i'll push this later this week if no one has any feedback
-mike

[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 819 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2016-05-01 19:20 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2016-04-22  3:25 [PATCH] charmaps: IBM875: fix mapping of iota/upsilon variants [BZ #18453] Mike Frysinger
2016-05-01 19:20 ` Mike Frysinger

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).