public inbox for glibc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug localedata/5464] New: hp-greek8 not supported
@ 2007-12-09 20:34 sean at mess dot org
  2007-12-09 20:35 ` [Bug localedata/5464] " sean at mess dot org
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: sean at mess dot org @ 2007-12-09 20:34 UTC (permalink / raw)
  To: glibc-bugs

HP-UX has a character set greek8 which is not compatible with ISO-8859-7. I
don't know why iconv thinks that greek8 and iso-8869-7 are compatible; possibly
this is referring to another encoding. ICU has the same "issue".

In light of this I would propose the name HP-GREEK8.

-- 
           Summary: hp-greek8 not supported
           Product: glibc
           Version: unspecified
            Status: NEW
          Severity: enhancement
          Priority: P2
         Component: localedata
        AssignedTo: libc-locales at sources dot redhat dot com
        ReportedBy: sean at mess dot org
                CC: glibc-bugs at sources dot redhat dot com


http://sourceware.org/bugzilla/show_bug.cgi?id=5464

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


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

* [Bug localedata/5464] hp-greek8 not supported
  2007-12-09 20:34 [Bug localedata/5464] New: hp-greek8 not supported sean at mess dot org
@ 2007-12-09 20:35 ` sean at mess dot org
  2007-12-10 15:27 ` drepper at redhat dot com
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: sean at mess dot org @ 2007-12-09 20:35 UTC (permalink / raw)
  To: glibc-bugs


------- Additional Comments From sean at mess dot org  2007-12-09 20:35 -------
Created an attachment (id=2130)
 --> (http://sourceware.org/bugzilla/attachment.cgi?id=2130&action=view)
charmap of hpux greek8 encoding


-- 


http://sourceware.org/bugzilla/show_bug.cgi?id=5464

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


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

* [Bug localedata/5464] hp-greek8 not supported
  2007-12-09 20:34 [Bug localedata/5464] New: hp-greek8 not supported sean at mess dot org
  2007-12-09 20:35 ` [Bug localedata/5464] " sean at mess dot org
@ 2007-12-10 15:27 ` drepper at redhat dot com
  2007-12-10 18:09 ` sean at mess dot org
  2007-12-12  8:00 ` drepper at redhat dot com
  3 siblings, 0 replies; 5+ messages in thread
From: drepper at redhat dot com @ 2007-12-10 15:27 UTC (permalink / raw)
  To: glibc-bugs


------- Additional Comments From drepper at redhat dot com  2007-12-10 15:27 -------
Where did you get this information?  Without reference I have no reason to trust
the information.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |WAITING


http://sourceware.org/bugzilla/show_bug.cgi?id=5464

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


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

* [Bug localedata/5464] hp-greek8 not supported
  2007-12-09 20:34 [Bug localedata/5464] New: hp-greek8 not supported sean at mess dot org
  2007-12-09 20:35 ` [Bug localedata/5464] " sean at mess dot org
  2007-12-10 15:27 ` drepper at redhat dot com
@ 2007-12-10 18:09 ` sean at mess dot org
  2007-12-12  8:00 ` drepper at redhat dot com
  3 siblings, 0 replies; 5+ messages in thread
From: sean at mess dot org @ 2007-12-10 18:09 UTC (permalink / raw)
  To: glibc-bugs


------- Additional Comments From sean at mess dot org  2007-12-10 18:09 -------
This is generated on an HP-UX machine.

1) 
/* l.c */
#include <stdio.h>

int main(int argc, char *argv[])
{
        int i;

        for (i=32; i<256; i++)
                printf("%02x: %c\n", i, (char)i);

        return 0;
}

2) HP-UX iconv cannot convert greek8 to utf8 directly.

./l | iconv -f gree8 -t iso897 | iconv -f iso897 -t utf8 > greek8-utf8.txt

3) Then converted the output file to the format described. Names are taken from
unicode NamesList.txt. A little python script came in helpful.

4) Also manually compared to greek8.cm (charmap) from HP-UX,
/usr/lib/nls/loc/charmaps/greek8.cm

Note greek8 is an obsolete encoding:

http://docs.hp.com/en/5971-2270/ch03s01.html
http://docs.hp.com/en/5971-2270/ch08s11.html

I've just found a picture of the character set as well:

http://docs.hp.com/en/32650-90207/apa.html

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|WAITING                     |NEW


http://sourceware.org/bugzilla/show_bug.cgi?id=5464

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


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

* [Bug localedata/5464] hp-greek8 not supported
  2007-12-09 20:34 [Bug localedata/5464] New: hp-greek8 not supported sean at mess dot org
                   ` (2 preceding siblings ...)
  2007-12-10 18:09 ` sean at mess dot org
@ 2007-12-12  8:00 ` drepper at redhat dot com
  3 siblings, 0 replies; 5+ messages in thread
From: drepper at redhat dot com @ 2007-12-12  8:00 UTC (permalink / raw)
  To: glibc-bugs


------- Additional Comments From drepper at redhat dot com  2007-12-12 08:00 -------
I verified the data myself.  The trunk has the new module.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED


http://sourceware.org/bugzilla/show_bug.cgi?id=5464

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


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

end of thread, other threads:[~2007-12-12  8:00 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-12-09 20:34 [Bug localedata/5464] New: hp-greek8 not supported sean at mess dot org
2007-12-09 20:35 ` [Bug localedata/5464] " sean at mess dot org
2007-12-10 15:27 ` drepper at redhat dot com
2007-12-10 18:09 ` sean at mess dot org
2007-12-12  8:00 ` drepper at redhat dot com

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).