5.2.1-RELEASE lib/libedit broken? Problems with tr(1) and LANG=de_DE.ISO8859-15

Andrey Chernov ache at nagual.pp.ru
Mon Mar 1 10:48:06 PST 2004


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/


More information about the freebsd-current mailing list