[Bug regex/9697] New: character does not match neither [a-z] nor [^a-z]
bonzini at gnu dot org
sourceware-bugzilla@sourceware.org
Tue Dec 30 17:48:00 GMT 2008
(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.
More information about the Glibc-bugs
mailing list