public inbox for glibc-bugs-regex@sourceware.org
help / color / mirror / Atom feed
* [Bug regex/9697] New: character does not match neither [a-z] nor [^a-z]
@ 2008-12-30 17:48 bonzini at gnu dot org
  2008-12-31 13:07 ` [Bug regex/9697] " bonzini at gnu dot org
                   ` (4 more replies)
  0 siblings, 5 replies; 7+ messages in thread
From: bonzini at gnu dot org @ 2008-12-30 17:48 UTC (permalink / raw)
  To: glibc-bugs-regex

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain, Size: 916 bytes --]

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


^ permalink raw reply	[flat|nested] 7+ messages in thread
[parent not found: <bug-9697-132@http.sourceware.org/bugzilla/>]

end of thread, other threads:[~2014-07-02  7:29 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2008-12-30 17:48 [Bug regex/9697] New: character does not match neither [a-z] nor [^a-z] bonzini at gnu dot org
2008-12-31 13:07 ` [Bug regex/9697] " bonzini at gnu dot org
2008-12-31 15:36 ` bonzini at gnu dot org
2009-01-03 15:13 ` bonzini at gnu dot org
2009-01-03 15:14 ` bonzini at gnu dot org
2009-01-08  0:43 ` drepper at redhat dot com
     [not found] <bug-9697-132@http.sourceware.org/bugzilla/>
2014-07-02  7:29 ` fweimer at redhat dot com

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).