Date: Mon, 1 Mar 2004 11:08:05 +0100 From: Burkard Meyendriesch <bm@malepartus.de> To: freebsd-current@freebsd.org Subject: 5.2.1-RELEASE lib/libedit broken? Problems with tr(1) and LANG=de_DE.ISO8859-15 Message-ID: <20040301110805.6b842df0.bm@malepartus.de>
next in thread | raw e-mail | index | archive | help
--Signature=_Mon__1_Mar_2004_11_08_05_+0100_quIwnC630D4oNcFs Content-Type: text/plain; charset=US-ASCII Content-Disposition: inline Content-Transfer-Encoding: 7bit Hi folks, when compiling 5.2.1-RELEASE lib/libedit on my amd64 box I end up with lots of compiling errors complaining non-ASCII characters in "fcns.h". "fcns.h" is automatically generated by "makelist" which uses tr(1) to translate function names to #define's. The original command: sort | LC_ALL=C tr 'a-z' 'A-Z' | $AWK ' does not work in my environment (LANG=de_DE.ISO8859-15). If I change it to: sort | LC_ALL=C tr '[:lower:]' '[:upper:]' | $AWK ' everything works fine. Is this an error in my environment or should "makelist" be changed? Burkard -- Burkard Meyendriesch Stevern 2 D-48301 Nottuln --Signature=_Mon__1_Mar_2004_11_08_05_+0100_quIwnC630D4oNcFs Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- iEYEARECAAYFAkBDC4wACgkQcWaHg5BcpathKACg2aT8eS2CC0BNPoabPEo/Pnrq CigAnRANZYDaMB6x7Yz+i2LR9Ik/Q2DD =fZTQ -----END PGP SIGNATURE----- --Signature=_Mon__1_Mar_2004_11_08_05_+0100_quIwnC630D4oNcFs--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040301110805.6b842df0.bm>