From owner-freebsd-current@FreeBSD.ORG Mon Mar 1 10: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 860DB16A4CE for ; Mon, 1 Mar 2004 10:48:06 -0800 (PST) Received: from nagual.pp.ru (pobrecita.freebsd.ru [194.87.13.42]) by mx1.FreeBSD.org (Postfix) with ESMTP id C4F8D43D1F for ; Mon, 1 Mar 2004 10:48:05 -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 i21Im4bt083904; Mon, 1 Mar 2004 21:48:04 +0300 (MSK) (envelope-from ache@pobrecita.freebsd.ru) Received: (from ache@localhost) by pobrecita.freebsd.ru (8.12.11/8.12.11/Submit) id i21Im4OT083899; Mon, 1 Mar 2004 21:48:04 +0300 (MSK) (envelope-from ache) Date: Mon, 1 Mar 2004 21:48:03 +0300 From: Andrey Chernov To: Burkard Meyendriesch Message-ID: <20040301184802.GA83846@nagual.pp.ru> Mail-Followup-To: Andrey Chernov , Burkard Meyendriesch , freebsd-current@freebsd.org References: <20040301110805.6b842df0.bm@malepartus.de> <20040301113233.GA13869@nagual.pp.ru> <20040301132843.073897d2.bm@malepartus.de> <20040301123935.GA34100@nagual.pp.ru> <20040301144901.00d41f0f.bm@malepartus.de> <20040301140813.GA77387@nagual.pp.ru> <20040301170054.43acf79e.bm@malepartus.de> <20040301163834.GB80835@nagual.pp.ru> <20040301182643.61c0e8ee.bm@malepartus.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20040301182643.61c0e8ee.bm@malepartus.de> User-Agent: Mutt/1.5.6i X-AntiVirus: checked by AntiVir Milter 1.1-beta; AVE 6.24.0.5; VDF 6.24.0.28 (host: pobrecita.freebsd.ru) cc: freebsd-current@freebsd.org Subject: Re: 5.2.1-RELEASE lib/libedit broken? Problems with tr(1) and LANG=de_DE.ISO8859-15 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: Mon, 01 Mar 2004 18:48:06 -0000 Check tr by hand, entering /bin/sh, must be: $ LC_ALL=de_DE.ISO8859-15 $ export LC_ALL $ LC_ALL=C tr 'a-z' 'A-Z' yyyy YYYY ^D $ tr 'a-z' 'A-Z' yyyy ^D -- Andrey Chernov | http://ache.pp.ru/