|
After i update portage and reboot the system, i found the local can't be setted correctly. it was setted like this :
- LANG=
- LC_CTYPE="POSIX"
- LC_NUMERIC="POSIX"
- LC_TIME="POSIX"
- LC_COLLATE="POSIX"
- LC_MONETARY="POSIX"
- LC_MESSAGES="POSIX"
- LC_PAPER="POSIX"
- LC_NAME="POSIX"
- LC_ADDRESS="POSIX"
- LC_TELEPHONE="POSIX"
- LC_MEASUREMENT="POSIX"
- LC_IDENTIFICATION="POSIX"
- LC_ALL=
复制代码
i changed the local to "zh_CN.GBK" by "export LANG=zh_CN.GBK; export LC_ALL=zh_CN.GBK". but when i logout and login again, the local changed.
the file /etc/env.d/10018n is editted correctly. like this:
- LANG=zh_CN.GBK
- LC_ALL=zh_CN.GBK
复制代码
any one can help me?
even though i change the local to zh_CN.GBK, the input method fcitx is unuseful. Forgive my poor english! |
|