On Tue, May 28, 2002 at 10:43:51PM -0600, Bob Proulx wrote:
> > Just a quick question on a related matter. I have been using this
> > machine for a while now. $LANG was always set to C.
>
> C is the same as POSIX and the same as unset which is to say you get
> traditional sort order. Things are s
> Just a quick question on a related matter. I have been using this
> machine for a while now. $LANG was always set to C.
C is the same as POSIX and the same as unset which is to say you get
traditional sort order. Things are sorted like US-ASCII which is
[A-Z] before [a-z] and the like. Setting
On Mon, May 27, 2002 at 01:53:04AM -0400, David Jackson wrote:
> Jeff --
> Thanks for you reply.
>
>
>
> According to /etc/locale.gen this is the command to build locales.
> (and it worked)
>
> dpkg-reconfigure locales
>
> David
>
>
>
Just a quick question on a related matter. I have been
Jeff --
Thanks for you reply.
According to /etc/locale.gen this is the command to build locales.
(and it worked)
dpkg-reconfigure locales
David
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
David Jackson, 2002-May-26 23:33 -0400:
> Ok --
> Do I need to add something in /etc/environment?
>
> Thanks in advance,
> David
>
>
> /etc/environment:
> #LANG=C
> LANG="english"
I believe you need to change
LANG="english"
to be
LANG=en_US
> Here's the output from locale:
>
> dabean:da
Ok --
Do I need to add something in /etc/environment?
Thanks in advance,
David
/etc/environment:
#LANG=C
LANG="english"
Here's the output from locale:
dabean:davej % locale
LANG=en_US
LC_CTYPE="en_US"
LC_NUMERIC="en_US"
LC_TIME="en_US"
LC_COLLATE="en_US"
LC_MONETARY="en_US"
LC_MESSAGES="en_U
6 matches
Mail list logo