From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15627 invoked by alias); 31 Dec 2008 15:36:03 -0000 Received: (qmail 14647 invoked by uid 48); 31 Dec 2008 15:34:51 -0000 Date: Wed, 31 Dec 2008 15:36:00 -0000 Message-ID: <20081231153451.14646.qmail@sourceware.org> From: "bonzini at gnu dot org" To: glibc-bugs-regex@sources.redhat.com In-Reply-To: <20081230174726.9697.bonzini@gnu.org> References: <20081230174726.9697.bonzini@gnu.org> Reply-To: sourceware-bugzilla@sourceware.org Subject: [Bug regex/9697] character does not match neither [a-z] nor [^a-z] X-Bugzilla-Reason: CC Mailing-List: contact glibc-bugs-regex-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: glibc-bugs-regex-owner@sourceware.org X-SW-Source: 2008-12/txt/msg00003.txt.bz2 ------- Additional Comments From bonzini at gnu dot org 2008-12-31 15:34 ------- Created an attachment (id=3629) --> (http://sourceware.org/bugzilla/attachment.cgi?id=3629&action=view) tentative untested patch The problem is basically that __btowc cannot distinguish the beginning of a valid multibyte character from an invalid sequence. But it is possible to make the fastmap even better, and that's what the attached patch tries to do. -- http://sourceware.org/bugzilla/show_bug.cgi?id=9697 ------- You are receiving this mail because: ------- You are on the CC list for the bug, or are watching someone who is.