This is the mail archive of the glibc-bugs@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/1149] character class with range doesn't match half-width kana in SJIS locale


------- Additional Comments From kimura dot koichi at canon dot co dot jp  2006-01-27 06:00 -------
You say that I shoud not use character ranges in not C locale.
But I have a question yet.

Why characters wchich is start/end of range are not printed?

Half-width katakana characters in SJIS locale has one-byte width 
(codepoint is under 0xff) but has large codepoint in Unicode (over U+0100). 
In regcomp.c, I guess half-width katakana characters should register as single 
byte character to fastmap.
And in regexec.c, half-width katakana characters shoud treat as single-byte
character and call bitset_set() function to register to bitmap.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
         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.


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