From owner-freebsd-stable@FreeBSD.ORG Sat Jan 22 17:14:05 2005 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B694216A4CE; Sat, 22 Jan 2005 17:14:05 +0000 (GMT) Received: from mail.efacilitas.de (efacilitas.de [213.133.110.227]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6F95343D2D; Sat, 22 Jan 2005 17:14:05 +0000 (GMT) (envelope-from bkoenig@cs.tu-berlin.de) Received: from mail.alpha-tierchen.de (port-212-202-169-228.dynamic.qsc.de [212.202.169.228]) by mail.efacilitas.de (Postfix) with ESMTP id 64EFA1239E3; Sat, 22 Jan 2005 18:13:45 +0100 (CET) Received: from localhost (localhost.local [127.0.0.1]) by mail.alpha-tierchen.de (Postfix) with ESMTP id DEF05CCD81E; Sat, 22 Jan 2005 18:13:21 +0100 (CET) Received: from mail.alpha-tierchen.de ([127.0.0.1]) by localhost (mail.efacilitas.de [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 91639-03; Sat, 22 Jan 2005 18:13:20 +0100 (CET) Received: from [192.168.1.2] (alpha.local [192.168.1.2]) by mail.alpha-tierchen.de (Postfix) with ESMTP id 3DE0FCCD81D; Sat, 22 Jan 2005 18:13:20 +0100 (CET) Message-ID: <41F289F4.5040100@cs.tu-berlin.de> Date: Sat, 22 Jan 2005 18:14:28 +0100 From: =?ISO-8859-1?Q?Bj=F6rn_K=F6nig?= User-Agent: Mozilla Thunderbird 1.0 (X11/20050120) X-Accept-Language: de-DE, de, en-us, en MIME-Version: 1.0 To: Tim Robbins References: <41F276CD.8020907@cs.tu-berlin.de> <20050122164142.GA79245@cat.robbins.dropbear.id.au> In-Reply-To: <20050122164142.GA79245@cat.robbins.dropbear.id.au> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit X-Virus-Scanned: amavisd-new at alpha-tierchen.de cc: freebsd-stable@freebsd.org Subject: Re: correct value for LANG variable X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 22 Jan 2005 17:14:05 -0000 Tim Robbins wrote: >For better or worse, this is not the correct way to perform case conversion >in non-ASCII locales on FreeBSD 5 and later. See the COMPATIBILITY section >of the tr(1) manpage for more information. > Thanks a lot for this hint. I will pay more attention to this section. Regards Björn