This is the mail archive of the glibc-bugs-regex@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 regex/9697] New: character does not match neither [a-z] nor [^a-z]


(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.


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