From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16786 invoked by alias); 27 Sep 2005 20:05:17 -0000 Mailing-List: contact glibc-bugs-regex-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Post: List-Help: , Sender: glibc-bugs-regex-owner@sources.redhat.com Received: (qmail 16749 invoked by uid 48); 27 Sep 2005 20:05:10 -0000 Date: Tue, 27 Sep 2005 20:05:00 -0000 Message-ID: <20050927200510.16748.qmail@sourceware.org> From: "drepper at redhat dot com" To: glibc-bugs-regex@sources.redhat.com In-Reply-To: <20050802043748.1149.kimura.koichi@canon.co.jp> References: <20050802043748.1149.kimura.koichi@canon.co.jp> Reply-To: sourceware-bugzilla@sourceware.org Subject: [Bug regex/1149] character class with range doesn't match half-width kana in SJIS locale X-Bugzilla-Reason: CC X-SW-Source: 2005-09/txt/msg00072.txt.bz2 List-Id: ------- 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.