Subject: Re: Locale support
To: Nils Kassube <netbsd-help@netbsd.org>
From: =?iso-8859-1?Q?Florian_St=F6hr?= <florian.stoehr@login-solutions.de>
List: netbsd-help
Date: 10/13/2001 19:03:35
i took the locale.tgz, ran "tar -xvzf / locale.tgz" on it, then edited
/etc/profile.

vi still DOES in english. you'd have to add something in passwd in order to
change
the language (users language?). I know this from FreeBSD tutorial.

if you just add

LC_ALL=iso_8859_1
export LC_ALL

to /etc/profile,

your vi is still german, but you can use üäö.

flo

----- Original Message -----
From: "Nils Kassube" <nika@kassube.de>
To: "Florian Stöhr" <florian.stoehr@login-solutions.de>
Cc: <netbsd-help@netbsd.org>
Sent: Saturday, October 13, 2001 5:42 PM
Subject: Re: Locale support


> * Florian Stöhr <florian.stoehr@login-solutions.de> [2001-10-13 16:19]:
> > it works fine for me. bash and vi also.
>
> What works fine for you? The default install or
> the locale.tgz mentioned in the FAQ?
>
> > did you add LC_ALL to profile and export LC_ALL?
> >
> > # /etc/profile
> > LC_ALL=iso_8859_1
> > export LC_ALL
>
> I don't think this is correct. I do not want messages
> or anything else in German, only umlauts, so LC_CTYPE
> should be enough.
>
> Cheers,
> Nils
>