[Bug regex/1149] New: character class with range doesn't match half-width kana in SJIS locale
kimura dot koichi at canon dot co dot jp
sourceware-bugzilla@sources.redhat.com
Tue Aug 2 04:37:00 GMT 2005
In GNU sed 4.1.4 (regex.c is drawn from glibc),
japanse half-width caracter in SJIS locale doesn't match
character class with range.
LC_ALL=ja_JP.SJIS
export LC_ALL
echo ±²³´µ | sed -ne '/[±-µ]\+/p'
above shell script print nothing.
any other japanese full-width kana character match correctly.
note:
echo ±²³´µ | sed -ne '/[±²³´µ]\+/p'
is print correctly.
--
Summary: character class with range doesn't match half-width kana
in SJIS locale
Product: glibc
Version: unspecified
Status: NEW
Severity: normal
Priority: P2
Component: regex
AssignedTo: gotom at debian dot or dot jp
ReportedBy: kimura dot koichi at canon dot co dot jp
CC: glibc-bugs-regex at sources dot redhat dot com,glibc-
bugs at sources dot redhat dot com
http://sources.redhat.com/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