|
发表于 2006-11-24 22:39:25
|
显示全部楼层
Post by baryon
locale看了吗,一般用户用设定.cshrc的办法设locale往往不成功,应当是在~/.profile中设定:
export LANG=zh_CN.eucCN
export LC_CTYPE=zh_CN.eucCN
export LC_ALL=zh_CN.eucCN
export XMODIFIERS="@im=fcitx"
这样可以输入中文了,但在gnome终端输入中文出现数字乱码(root下没问题),好在在openoffice,firefox和gedit中输入汉字没问题。
在gnome里的终端设置字符编码-utf8就可以输入中文了。 |
|