From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 21416 invoked by alias); 2 Mar 2006 22:58:54 -0000 Received: (qmail 21389 invoked by uid 48); 2 Mar 2006 22:58:51 -0000 Date: Thu, 02 Mar 2006 22:58:00 -0000 From: "pmbrett at us dot ibm dot com" To: glibc-bugs@sources.redhat.com Message-ID: <20060302225850.2413.pmbrett@us.ibm.com> Reply-To: sourceware-bugzilla@sourceware.org Subject: [Bug localedata/2413] New: gencat treats second 0x5c byte _JP.sjis sequence as continuation X-Bugzilla-Reason: CC Mailing-List: contact glibc-bugs-help@sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Post: List-Help: , Sender: glibc-bugs-owner@sourceware.org X-SW-Source: 2006-03/txt/msg00016.txt.bz2 List-Id: 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.