Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 1 Mar 2004 21:48:03 +0300
From:      Andrey Chernov <ache@nagual.pp.ru>
To:        Burkard Meyendriesch <bm@malepartus.de>
Cc:        freebsd-current@freebsd.org
Subject:   Re: 5.2.1-RELEASE lib/libedit broken? Problems with tr(1) and LANG=de_DE.ISO8859-15
Message-ID:  <20040301184802.GA83846@nagual.pp.ru>
In-Reply-To: <20040301182643.61c0e8ee.bm@malepartus.de>
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>

next in thread | previous in thread | raw e-mail | index | archive | help
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
<some 8bit chars>
^D

-- 
Andrey Chernov | http://ache.pp.ru/



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040301184802.GA83846>