From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 30012 invoked by alias); 30 Dec 2008 17:48:40 -0000 Received: (qmail 29795 invoked by uid 48); 30 Dec 2008 17:47:27 -0000 Date: Tue, 30 Dec 2008 17:48:00 -0000 From: "bonzini at gnu dot org" To: glibc-bugs-regex@sources.redhat.com Message-ID: <20081230174726.9697.bonzini@gnu.org> Reply-To: sourceware-bugzilla@sourceware.org Subject: [Bug regex/9697] New: 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/msg00000.txt.bz2 (This is Debian bug 510219). For instance, take U+02E2 MODIFIER LETTER SMALL S: $ echo ˢ | sed -r 's/[a-z]|[^a-z]//' ˢ Expected output: nothing. Sed does not handle “ˢ” (U02E2) as a letter (in [a-z]) nor as a “non-letter” (in [^a-z]). I will analyze this soonish. -- Summary: character does not match neither [a-z] nor [^a-z] Product: glibc Version: unspecified Status: NEW Severity: normal Priority: P2 Component: regex AssignedTo: drepper at redhat dot com ReportedBy: bonzini at gnu dot org CC: glibc-bugs-regex at sources dot redhat dot com,glibc- bugs at sources dot redhat dot com 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.