On 05/11/2011 06:53 PM, Nikos Chantziaras wrote:
On 05/11/2011 06:42 PM, Dale wrote:
That was quick:
root@fireball / # grep LC_ALL /etc/env.d/*
root@fireball / #
Guess that is not in env.d anywhere. :/
Then I guess you can create it on your own. See:
http://www.gentoo.org/doc/en/guide-localization.xml#doc_chap3
Heh, according to the guide I linked to, setting LC_ALL is a bad idea
:-D So I guess the grep should have been:
grep LANG /etc/env.d/*
And the contents of 02locale (or something else in case the grep above
finds some other *locale file) should be:
LANG="en_US.UTF-8"
LC_COLLATE="C"