|
发表于 2005-6-5 23:22:50
|
显示全部楼层
如果你只是想让用户的locale是zh_CN.GBK的话,
建立~/.profile或是~/.bash_profile,并加上export LANG=zh_CN.GBK就行了,其他的环境变量不需要变吧
to 万里北国:
C 在 lang.sh 里写有的
# 'C' is the old Slackware (and UNIX) default, which is 127-bit
# ASCII with a charmap setting of ANSI_X3.4-1968. These days,
# it's better to use en_US or another modern $LANG setting to
# support extended character sets.
#export LANG=C |
|