Quote:
|
Originally Posted by wiese How to change permanently to UTF-8 ? Everytime it change back to POSIX. |
Better first ask the bestfriend
Google before make a stupid post in a forum ;-)
Solution for Gentoo Linux:
create a file /etc/env.d/02locale with content:
LANG="en_US.utf8"
LC_ALL="${LANG}"
then run commands:
# env-update
# source /etc/profile
done