|
Are you using fcitx? There is a .bashrc in the current user's directory, add:
LANGUAGE = zh_CN.gb2312 (This can support Chinese casually, but to be honest, GB2312 does not feel good in LINUX)
LANG = zh_CN.gb2312
LC_ALL = zh_CN.gb2312
export LANGUAGE LANG LC_ALL
export XMODIFIERS = @ im = fcitx |
|