Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 31 Dec 1997 14:25:06 +0100 (MET)
From:      andersl@saaf.se
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   bin/2335: LC_CTYPE ignored by more
Message-ID:  <199712311325.OAA00483@taygeta.electrum.kth.se>
Resent-Message-ID: <199612311340.FAA28688@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         2335
>Category:       bin
>Synopsis:       LC_CTYPE ignored by more
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-bugs
>State:          open
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Tue Dec 31 05:40:01 PST 1996
>Last-Modified:
>Originator:     Anders Lindquist
>Organization:
SAAF
>Release:        FreeBSD 2.1.5-STABLE i386
>Environment:

shell tcsh.

>Description:

more does not show 8-bit characters.

>How-To-Repeat:

taygeta: {20} cat > foo
Next line some common swedish charaters
öäå ÖÄÅ
end.
taygeta: {21} cat foo
Next line some common swedish charaters
öäå ÖÄÅ
end.
taygeta: {22} more foo
Next line some common swedish charaters
^v^d^e ^V^D^E
end.
taygeta: {23} setenv LC_CTYPE iso_8859_1
taygeta: {24} more foo
Next line some common swedish charaters
^v^d^e ^V^D^E
end.


>Fix:
	
more in binary form from BSDI works correctly, when the source code
from BSDI is compiled on FreeBSD the problem reapears.
This points to a problem in some library.

>Audit-Trail:
>Unformatted:



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