This is the mail archive of the libc-locales@sourceware.org mailing list for the GNU libc locales 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]

[Bug localedata/4405] New: Wrong charset alias E13B -> ISO_2033


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 the assignee for the bug, or are watching the assignee.


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