On 2009-02-12T00:16:18, Zach Uram wrote:
> running testing, how can i fix my locale? http://pastebin.com/f453bb540
Try set LANG in /etc/environment along these lines:
LANG="en.US.UTF-8"
/Allan
--
Allan Wind
Life Integrity, LLC
http://lifeintegrity.com
--
To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
02-13-2009, 02:50 PM
Osamu Aoki
locale broken
On Thu, Feb 12, 2009 at 12:16:18AM -0500, Zach Uram wrote:
> running testing, how can i fix my locale? http://pastebin.com/f453bb540
Suppose you have perl program called foo, you have to run it as:
$ LANG=C foo
--
To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
02-14-2009, 09:20 AM
Chris Bannister
locale broken
On Thu, Feb 12, 2009 at 12:50:24AM -0500, Allan Wind wrote:
> On 2009-02-12T00:16:18, Zach Uram wrote:
> > running testing, how can i fix my locale? http://pastebin.com/f453bb540
>
> Try set LANG in /etc/environment along these lines:
> LANG="en.US.UTF-8"
No. Use "dpkg-reconfigure locales" instead.
--
Chris.
======
I contend that we are both atheists. I just believe in one fewer god
than you do. When you understand why you dismiss all the other
possible gods, you will understand why I dismiss yours.
-- Stephen F Roberts
--
To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
02-14-2009, 09:41 AM
Joel Roth
locale broken
On Sat, Feb 14, 2009 at 11:20:46PM +1300, Chris Bannister wrote:
> On Thu, Feb 12, 2009 at 12:50:24AM -0500, Allan Wind wrote:
> > On 2009-02-12T00:16:18, Zach Uram wrote:
> > > running testing, how can i fix my locale? http://pastebin.com/f453bb540
> >
> > Try set LANG in /etc/environment along these lines:
> > LANG="en.US.UTF-8"
>
> No. Use "dpkg-reconfigure locales" instead.
Would you care to explain your rationale for this?
Is it merely the debian way, or are there other ramifications?
> --
> Chris.
--
Joel Roth
--
To UNSUBSCRIBE, email to debian-user-REQUEST@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
02-14-2009, 11:58 AM
Nate Bargmann
locale broken
* Joel Roth <joelz@pobox.com> [2009 Feb 14 04:43 -0600]:
> On Sat, Feb 14, 2009 at 11:20:46PM +1300, Chris Bannister wrote:
> > On Thu, Feb 12, 2009 at 12:50:24AM -0500, Allan Wind wrote:
> > > On 2009-02-12T00:16:18, Zach Uram wrote:
> > > > running testing, how can i fix my locale? http://pastebin.com/f453bb540
> > >
> > > Try set LANG in /etc/environment along these lines:
> > > LANG="en.US.UTF-8"
> >
> > No. Use "dpkg-reconfigure locales" instead.
>
> Would you care to explain your rationale for this?
> Is it merely the debian way, or are there other ramifications?
On a Debian system it works and is the preferred way. Also, if the
locale is changed to one not previously selected the new locale will be
generated. Merely editing a file wouldn't seem to force this action.
So, yes, doing things the "Debian way" on a Debian based system does
have other ramifications.