|

楼主 |
发表于 2004-4-22 13:41:18
|
显示全部楼层
最初由 laxi1982 发表
/etc/profile.d/lang.sh
改成了这个样子,还是不行!
#!/bin/sh
Set the system zh_CN (default C is the same as en_US):
#export LANG=C
export LANG=zh_CN.gbk
# This setting has been reported to fix some cut and paste
# problems with GTK2. If you experience this, try it:
#export LANG=en_US.ISO8859-1 |
|