Date: Mon, 1 Mar 2004 20:36:06 +0100 From: Burkard Meyendriesch <bm@malepartus.de> To: Andrey Chernov <ache@nagual.pp.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 Message-ID: <20040301203606.5b6241b2.bm@malepartus.de> In-Reply-To: <20040301184802.GA83846@nagual.pp.ru> 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> <20040301184802.GA83846@nagual.pp.ru>
next in thread | previous in thread | raw e-mail | index | archive | help
--Signature=_Mon__1_Mar_2004_20_36_06_+0100_D4q+euJi42l+mYGp Content-Type: text/plain; charset=ISO-8859-1 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Mon, 1 Mar 2004 21:48:03 +0300 Andrey Chernov wrote: > Check tr by hand, entering /bin/sh, must be: >=20 > $ LC_ALL=3Dde_DE.ISO8859-15 > $ export LC_ALL > $ LC_ALL=3DC tr 'a-z' 'A-Z' > yyyy > YYYY > ^D > $ tr 'a-z' 'A-Z' > yyyy > <some 8bit chars> > ^D First of all I compiled and installed your version 1.48.2.2 of setlocale.c: $ ident /lib/libc.so.5 | grep setlocale $FreeBSD: src/lib/libc/locale/setlocale.c,v 1.48.2.2 2004/03/01 16:49:38 = ache Exp $ $ /bin/sh $ LC_ALL=3Dde_DE.ISO8859-15 $ export LC_ALL $ LC_ALL=3DC tr 'a-z' 'A-Z' 0123456789abcdefghijklmnopqrstuvwxyz=E4=F6=FC=DF 0123456789ABCDEFGHIJKLMNOPQRSU=DAWXY=DDZ=C4=D6VT ^^^^ ^^ .. still some tr(1) errors --++++----++ -- Burkard Meyendriesch Stevern 2 D-48301 Nottuln --Signature=_Mon__1_Mar_2004_20_36_06_+0100_D4q+euJi42l+mYGp Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- iEYEARECAAYFAkBDkK4ACgkQcWaHg5Bcpat+VACbB68Z8UGRjsiy7gthn4kpWpee S1YAnAhnVFNPzaky8AAOGBZ2jG+pww9D =Ci6K -----END PGP SIGNATURE----- --Signature=_Mon__1_Mar_2004_20_36_06_+0100_D4q+euJi42l+mYGp--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040301203606.5b6241b2.bm>