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] character does not match neither [a-z] nor [^a-z]


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


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