From owner-freebsd-current@FreeBSD.ORG Tue May 31 12:53:11 2005 Return-Path: X-Original-To: freebsd-current@freebsd.org Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id AFF7C16A41C for ; Tue, 31 May 2005 12:53:11 +0000 (GMT) (envelope-from tim@robbins.dropbear.id.au) Received: from smtp01.syd.iprimus.net.au (smtp01.syd.iprimus.net.au [210.50.30.196]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6713543D1D for ; Tue, 31 May 2005 12:53:11 +0000 (GMT) (envelope-from tim@robbins.dropbear.id.au) Received: from robbins.dropbear.id.au (210.50.114.153) by smtp01.syd.iprimus.net.au (7.2.055.4) id 42925D5E002448D1 for freebsd-current@freebsd.org; Tue, 31 May 2005 22:53:09 +1000 Received: by robbins.dropbear.id.au (Postfix, from userid 1000) id 484ED4389; Tue, 31 May 2005 22:56:12 +1000 (EST) Date: Tue, 31 May 2005 22:56:12 +1000 From: Tim Robbins To: freebsd-current@freebsd.org Message-ID: <20050531125612.GA61455@cat.robbins.dropbear.id.au> References: <20050530193711.GA10259@alc.bsd.st> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20050530193711.GA10259@alc.bsd.st> User-Agent: Mutt/1.4.1i Subject: Re: [grep bug?] -i odd behavior on multibyte locale X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 31 May 2005 12:53:11 -0000 On Tue, May 31, 2005 at 03:37:11AM +0800, Alecs King wrote: > 6.0-current as of May 27. > world cvsup'd & built at May 25. > > [alecs@~]$ echo $LC_CTYPE > zh_CN.GBK > [alecs@~]$ echo a | grep -i A > a > [alecs@~]$ echo a | grep -i a > a > [alecs@~]$ echo A | grep -i A # XXX > [alecs@~]$ echo A | grep -i a # XXX [...] I've just checked a fix for this in to -CURRENT. Please let me know if this doesn't solve the problem, or if you run into further problems. Tim