|
发表于 2004-11-28 15:15:18
|
显示全部楼层
then you need to run applications like the following:
$ LC_CTYPE=zh_CN.gbk gedit & # if you use bash
or
% env LC_CTYPE=zh_CN.gbk gedit & # if you use csh/tcsh
remember to change zh_CN.gbk to zh_CN if you run scim with LC_ALL=zh_CN.
if you do not want to type LC_CTYPE all the time, add the following lines after starting scim in the autostart file:
LC_CTYPE=zh_CN.gbk
export LC_CTYPE
LC_ALL=
export LC_ALL |
|