[Bug regex/1149] character class with range doesn't match half-width kana in SJIS locale
drepper at redhat dot com
sourceware-bugzilla@sourceware.org
Tue Sep 27 20:05:00 GMT 2005
------- Additional Comments From drepper at redhat dot com 2005-09-27 20:05 -------
You really cannot use character ranges outside the C locale since the definition
depends on the locale description, more specifically the collation data. It
currently doesn't contain anything for these characters. And even if they
would, there is no guarantee that the result would be as you expect. Just don't
use ranges.
--
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |WONTFIX
http://sourceware.org/bugzilla/show_bug.cgi?id=1149
------- 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