From owner-cvs-src@FreeBSD.ORG Fri Mar 5 23:53:57 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8473D16A4CE; Fri, 5 Mar 2004 23:53:57 -0800 (PST) Received: from nagual.pp.ru (pobrecita.freebsd.ru [194.87.13.42]) by mx1.FreeBSD.org (Postfix) with ESMTP id C8C2343D2F; Fri, 5 Mar 2004 23:53:56 -0800 (PST) (envelope-from ache@pobrecita.freebsd.ru) Received: from pobrecita.freebsd.ru (ache@localhost [127.0.0.1]) by nagual.pp.ru (8.12.11/8.12.11) with ESMTP id i267rpgY093026; Sat, 6 Mar 2004 10:53:51 +0300 (MSK) (envelope-from ache@pobrecita.freebsd.ru) Received: (from ache@localhost) by pobrecita.freebsd.ru (8.12.11/8.12.11/Submit) id i267rptH093020; Sat, 6 Mar 2004 10:53:51 +0300 (MSK) (envelope-from ache) Date: Sat, 6 Mar 2004 10:53:49 +0300 From: Andrey Chernov To: Tim Robbins Message-ID: <20040306075348.GA92932@nagual.pp.ru> Mail-Followup-To: Andrey Chernov , Tim Robbins , src-committers@FreeBSD.ORG, cvs-src@FreeBSD.ORG, cvs-all@FreeBSD.ORG References: <200403060610.i266AH6i025617@repoman.freebsd.org> <20040306074819.GB76048@cat.robbins.dropbear.id.au> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20040306074819.GB76048@cat.robbins.dropbear.id.au> User-Agent: Mutt/1.5.6i X-AntiVirus: checked by AntiVir Milter 1.1-beta; AVE 6.24.0.6; VDF 6.24.0.41 (host: pobrecita.freebsd.ru) cc: cvs-src@FreeBSD.ORG cc: src-committers@FreeBSD.ORG cc: cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/bin/dd Makefile X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 06 Mar 2004 07:53:57 -0000 On Sat, Mar 06, 2004 at 06:48:19PM +1100, Tim Robbins wrote: > > Log: > > Change locale name from non-existent ASCII to en_US.US-ASCII > > Wouldn't C or POSIX be a better choice here? It is better to explicitly specify things when all tests there assumes exactly ASCII. Also this can be treated as locale test :-) -- Andrey Chernov | http://ache.pp.ru/