Re: Locale 'C' gone?
From: s. keeling (keeling_at_spots.ab.ca)
Date: 01/05/04
- Previous message: ben_foley_at_web.de: "Re: adding new hard disk"
- In reply to: Kevin Mark: "Locale 'C' gone?"
- Next in thread: Kevin Mark: "Re: Locale 'C' gone?"
- Reply: Kevin Mark: "Re: Locale 'C' gone?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Sun, 4 Jan 2004 23:03:58 -0700 To: debian-user@lists.debian.org
Incoming from Kevin Mark:
>
> sometime over the past year my locales got zapped. Somehow 'C' is
> gone.
I'm not sure that's possible. However:
- type "locale"
> I now have en_US. Some of the script give me warnings but they work.
> But, I'd like to get 'C' and 'POSIX' back. I've tried
> 'dpkg-reconfigure locales'
> a few times after various upgrades. Any ideas?
If "locale -a | less" shows C and POSIX, you should be able to (as
root) "locale-gen"
Look in root's startup shell scripts (surely, you didn't change them
from bash?). ~root/.bash_profile (or maybe ~root/.profile) and
~root/.bashrc may have things like:
LC_ALL="en_US.ISO-8859-1"
LANG="en_US.ISO-8859-1"
LANGUAGE="en_US.ISO-8859-1"
in them. Comment those out. If that was the problem, logging out
then back in should fix it. If not, check /etc/profile
-- Any technology distinguishable from magic is insufficiently advanced. (*) http://www.spots.ab.ca/~keeling - - -- To UNSUBSCRIBE, email to debian-user-request@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
- Previous message: ben_foley_at_web.de: "Re: adding new hard disk"
- In reply to: Kevin Mark: "Locale 'C' gone?"
- Next in thread: Kevin Mark: "Re: Locale 'C' gone?"
- Reply: Kevin Mark: "Re: Locale 'C' gone?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|