> Date: Wed, 31 Jul 2002 13:58:48 +0200
> From: Erik van der Meulen <[EMAIL PROTECTED]>
> To: [EMAIL PROTECTED]
> Subject: Re: Display of non-ascii chars
>
> On Wed, Jul 31, 2002 at 01:46:24PM +0200, Roman Neuhauser wrote:
>
> > looks like you have $LANG set to C, POSIX, or something like that.
> > what happens if you just cat(1) the message (i. e. view it w/o any
> > intervening program)? i'd guess it won't come up "right" either.
>
> Thanks a lot for your reply.
> You are right. It comes up just like in 'less'
ok, so it's your terminal (or rather, environment) that's not set up
as you need.
> > roman@freepuppy ~ 865:1 > echo $LANG
> > cs_CZ.ISO8859-2
>
> Mine gives (as you had guessed) 'C'
> >>From this I deduce that my problem is in the $LANG.
yes
> Any suggestion on how and where to change that? I am on a Debian 2.2
> box.
you can fix it by
% setenv LANG en_US.ISO8859-1
or
% export LANG=en_US.ISO8859-1
depending on the type of shell you use.
permanent fix lies in your shell's start up files. export $LANG with
appropriate value from there.
--
FreeBSD 4.6-STABLE
2:12PM up 21:48, 9 users, load averages: 0.03, 0.05, 0.01