less can't show ä,ü,ö

2000-12-18 Thread Manuel Hendel
Hi everybody,

kann anyone help fixing my problem with less? I can't see any ä,ü or ö
if I do a less file.

Thanks for any help,
Manuel



Re: less can't show ä,ü,ö

2000-12-18 Thread Michal F. Hanula
On Mon, Dec 18, 2000 at 09:52:15AM +0100, Manuel Hendel wrote:
 Hi everybody,
 
 kann anyone help fixing my problem with less? I can't see any ä,ü or ö
 if I do a less file.
 
 Thanks for any help,
 Manuel
Try less -r 
MisoFrankie
 
 
 -- 
 To UNSUBSCRIBE, email to [EMAIL PROTECTED] 
 with a subject of unsubscribe. Trouble? Contact [EMAIL PROTECTED]
 

-- 
Nietzche is dead.


pgpOebLVHNKnm.pgp
Description: PGP signature


Re: less can't show ä,ü,ö

2000-12-18 Thread Eric G . Miller
On Mon, Dec 18, 2000 at 09:52:15AM +0100, Manuel Hendel wrote:
 Hi everybody,
 
 kann anyone help fixing my problem with less? I can't see any ä,ü or ö
 if I do a less file.

$ export LANG=de_DE

-- 
Eric G. Miller egm2@jps.net



Re: less can't show ä,ü,ö

2000-12-18 Thread Colin Watson
Manuel Hendel [EMAIL PROTECTED] wrote:
kann anyone help fixing my problem with less? I can't see any ä,ü or ö
if I do a less file.

'less -r file' for a quick fix. 'export LANG=de_DE' works for me, and is
probably better long-term.

-- 
Colin Watson [EMAIL PROTECTED]



Re: less can't show ä,ü,ö

2000-12-18 Thread Cleto Pescia
On Mon, 18 Dec 2000, Colin Watson wrote:

 Manuel Hendel [EMAIL PROTECTED] wrote:
 kann anyone help fixing my problem with less? I can't see any ä,ü or ö
 if I do a less file.
 
 'less -r file' for a quick fix. 'export LANG=de_DE' works for me, and is
 probably better long-term.

'export LC_CTYPE=de_DE' should also work, if you want to keep messages in
English, but still get the Umlaute. At least it works for me with bash.

Cleto



Re: less can't show ä,ü,ö

2000-12-18 Thread N. Raghavendra
On Mon, Dec 18, 2000 at 09:52:15AM +0100, Manuel Hendel wrote:

 kann anyone help fixing my problem with less? I can't see any ä,ü or ö
 if I do a less file.

Hello,

Reading from the manpage for 'less', the option '-r' or
'--raw-control-chars' causes raw control characters to be
displayed.

Regards,
Raghavendra.

-- 
N. Raghavendra [EMAIL PROTECTED] |
Harish-Chandra Research Institute   | Decaffeinated coffee?
GnuPG public key at:| Just Say No.
http://riemann.mri.ernet.in/~raghu/ |



Re: less can't show ä,ü, ö

2000-12-18 Thread Frederico S. Muñoz


Manuel Hendel wrote:
 
 Hi everybody,
 
 kann anyone help fixing my problem with less? I can't see any ä,ü or ö
 if I do a less file.
 


export LANG=de_DE

or

export LC_CTYPE=de_DE

or, if this doesn't work,

export LESSCHARSET=de_DE

cheers,

fsm
--
Frederico Serrano Muñoz GNU: http://www.gnu.org
[EMAIL PROTECTED]   Debian: http://www.debian.org

SDF - Public Access Unix Systems - http://sdf.lonestar.org



Re: less can't show ä,ü, ö

2000-12-18 Thread Colin Watson
Frederico S. =?iso-8859-1?Q?Mu=F1oz?= [EMAIL PROTECTED] wrote:
Manuel Hendel wrote:
 kann anyone help fixing my problem with less? I can't see any ä,ü or ö
 if I do a less file.
[...]
or, if this doesn't work,

export LESSCHARSET=de_DE

That should be 'export LESSCHARSET=latin1' or 'export
LESSCHARSET=iso8859'.

Cheers,

-- 
Colin Watson [EMAIL PROTECTED]



Re: less can't show ä,ü, ö

2000-12-18 Thread Frederico S. Muñoz


Colin Watson wrote:
 
 Frederico S. =?iso-8859-1?Q?Mu=F1oz?= [EMAIL PROTECTED] wrote:
 Manuel Hendel wrote:
  kann anyone help fixing my problem with less? I can't see any ä,ü or ö
  if I do a less file.
 [...]
 or, if this doesn't work,
 
 export LESSCHARSET=de_DE
 
 That should be 'export LESSCHARSET=latin1' or 'export
 LESSCHARSET=iso8859'.
 


Arrrgh, of course, you're right, I just had de_DE in mind and didn't
think.

yours,

fsm
--
Frederico Serrano Muñoz GNU: http://www.gnu.org
[EMAIL PROTECTED]   Debian: http://www.debian.org

SDF - Public Access Unix Systems - http://sdf.lonestar.org