public inbox for glibc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug localedata/4405] New: Wrong charset alias E13B -> ISO_2033
@ 2007-04-21 23:53 aurelien at aurel32 dot net
  2007-04-23  9:22 ` [Bug localedata/4405] " cvs-commit at gcc dot gnu dot org
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: aurelien at aurel32 dot net @ 2007-04-21 23:53 UTC (permalink / raw)
  To: glibc-bugs

There is a missing '/' in iconvdata/gconv-modules which makes conversion from 
or to the E13B charset impossible. The trivial patch below fixes that.

--- iconvdata/gconv-modules     2007-04-19 07:57:08.000000000 +0200
+++ iconvdata/gconv-modules     2007-04-22 00:58:09.000000000 +0200
@@ -1376,7 +1376,7 @@
 #      from                    to                      module          cost
 alias  ISO-IR-98//             ISO_2033//
 alias  ISO_2033-1983//         ISO_2033//
-alias  E13B/                   ISO_2033//
+alias  E13B//                  ISO_2033//
 alias  CSISO2033//             ISO_2033//
 module ISO_2033//              INTERNAL                ISO_2033        1
 module INTERNAL                ISO_2033//              ISO_2033        1

-- 
           Summary: Wrong charset alias E13B -> ISO_2033
           Product: glibc
           Version: unspecified
            Status: NEW
          Severity: normal
          Priority: P2
         Component: localedata
        AssignedTo: libc-locales at sources dot redhat dot com
        ReportedBy: aurelien at aurel32 dot net
                CC: glibc-bugs at sources dot redhat dot com
 GCC build triplet: x86_64-unknown-linux-gnu
  GCC host triplet: x86_64-unknown-linux-gnu
GCC target triplet: x86_64-unknown-linux-gnu


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

------- 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] 4+ messages in thread

end of thread, other threads:[~2007-07-12 15:11 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-04-21 23:53 [Bug localedata/4405] New: Wrong charset alias E13B -> ISO_2033 aurelien at aurel32 dot net
2007-04-23  9:22 ` [Bug localedata/4405] " cvs-commit at gcc dot gnu dot org
2007-04-23 13:29 ` jakub at redhat dot com
2007-07-12 15:11 ` cvs-commit at gcc dot gnu dot org

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