From owner-freebsd-current@FreeBSD.ORG Tue Jan 27 01:48:06 2004 Return-Path: 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 82AE816A4CF; Tue, 27 Jan 2004 01:48:06 -0800 (PST) Received: from nagual.pp.ru (pobrecita.freebsd.ru [194.87.13.42]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2ED3A43D48; Tue, 27 Jan 2004 01:47:39 -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.10/8.12.10) with ESMTP id i0R9lQOR069407; Tue, 27 Jan 2004 12:47:26 +0300 (MSK) (envelope-from ache@pobrecita.freebsd.ru) Received: (from ache@localhost) by pobrecita.freebsd.ru (8.12.10/8.12.10/Submit) id i0R9lQE4069406; Tue, 27 Jan 2004 12:47:26 +0300 (MSK) (envelope-from ache) Date: Tue, 27 Jan 2004 12:47:25 +0300 From: Andrey Chernov To: Pav Lucistnik Message-ID: <20040127094725.GB69310@nagual.pp.ru> Mail-Followup-To: Andrey Chernov , Pav Lucistnik , Michael Nottebrock , current@FreeBSD.org References: <40162368.7080305@gmx.net> <20040127084153.GA60895@nagual.pp.ru> <40162A18.9080703@gmx.net> <20040127091130.GA61352@nagual.pp.ru> <40162D64.40902@gmx.net> <20040127092354.GA61750@nagual.pp.ru> <4016307E.7030300@gmx.net> <1075196305.66982.1.camel@pav.hide.vol.cz> Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-md5; protocol="application/pgp-signature"; boundary="SUOF0GtieIMvvwua" Content-Disposition: inline In-Reply-To: <1075196305.66982.1.camel@pav.hide.vol.cz> User-Agent: Mutt/1.5.5.1i cc: current@FreeBSD.org Subject: Re: Weird locale troubles (?!) X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 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, 27 Jan 2004 09:48:06 -0000 --SUOF0GtieIMvvwua Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Tue, Jan 27, 2004 at 10:38:25AM +0100, Pav Lucistnik wrote: > I asked on exactly this same "feature" few months again, and I was told > that it's illegal to abuse `tr a-z A-Z` to do uppercase conversion. > So just rewrote your script to use use awk toupper() ... You can use tr "[:lower:]" "[:upper:]" to do it in the right way. --=20 Andrey Chernov | http://ache.pp.ru/ --SUOF0GtieIMvvwua Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (FreeBSD) iQCVAwUBQBYzreJgpPLZnQjrAQEFyQQAvapfKazYvPYuogd1Ws+t81pC4VA0G+tZ pWoKj7OnVRfGcQu3xy+FseeRkZ3ieckvQNmaoEsw/zc34gQaABNsBC0uy9sH5fml xJr9jRM+No8ckxceV8b0LE8xNOXKhGItxJ1z46DaD7WHHU8D4jotADUFaXIktH/n +JwXeLqgcwM= =biBH -----END PGP SIGNATURE----- --SUOF0GtieIMvvwua--