On 05/11/2011 03:33 PM, Dale wrote:
Marius Vaitiekunas wrote:
Hi,
Maybe, a little OT.
Could anybody tell me, how to make gentoo baselayout-2 system to be
completely unicode utf-8? Which config files I should modify?
Thank You!
This is how I did mine.
root@fireball / # cat /etc/make.conf | grep utf
LC_ALL="en_US.utf8"
root@fireball / #
I think that is all I did.
Two issues. First, LC_ALL does not belong in make.conf. It belongs in
/etc/env.d/02locale. Second, "en_US.utf8" is not correct. It's
"en_US.UTF-8". :-)