This is the mail archive of the glibc-bugs@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]

[Bug localedata/2413] New: gencat treats second 0x5c byte _JP.sjis sequence as continuation


In the simple ja_JP.sjis message file

$ /bin/echo -e "1 \224\\" >/tmp/tt

$ hdump /tmp/tt                   
00000000 31 20 94 5C 0A                                  1 .\.

gencat gives an error 

$ LANG=ja_JP.sjis gencat --new /tmp/tt.out /tmp/tt
/tmp/tt:1: invalid character: message ignored

This input file contains a single message numbered 1 containing the SJIS 
character represented by the double byte sequence 0x94 0x5C

The 0x5C seems to be treated as an ASCII backslash which is a continutation 
char in gencat

-- 
           Summary: gencat treats second 0x5c byte _JP.sjis sequence as
                    continuation
           Product: glibc
           Version: 2.3.3
            Status: NEW
          Severity: normal
          Priority: P2
         Component: localedata
        AssignedTo: libc-locales at sources dot redhat dot com
        ReportedBy: pmbrett at us dot ibm dot com
                CC: glibc-bugs at sources dot redhat dot com,rsa at us dot
                    ibm dot com,sjmunroe at us dot ibm dot com
 GCC build triplet: x86_64
  GCC host triplet: x86_64
GCC target triplet: x86_64


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

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


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