nose_roxete 发表于 2003-10-10 09:50:26

请问如何让rxvt支持中文?

系统:redhat 9
rxvt版本: 2.6.4

无法显示中文名

maitreya 发表于 2003-10-10 10:27:49

Don't use the rpm package (if any). Use source code instead.

#tar jxvf rxvt-2.6.4.tar.bz2
#cd rxvt-2.6.4

#./configure --enable-gb --enable-big5 --enable-xim

Note the three options: The first and second options add gb and big5 surpport to the software; The third adds xim surpport, i.e.,with this option choosed you can input chinese in rxvt terminal.

Then compile and install:
#make;make install

Then rxvt should surpport chinese characters. BTW, if you want to view chinese filenames in FAT/FAT32/NTFS filesystems, you should add an option "charset=cp936" to the line which discribes the mounting rules of such file systems in the file /etc/fstab

nose_roxete 发表于 2003-10-10 11:42:20

with ur help i have solved this problem, thx.

nose_roxete 发表于 2003-10-10 14:30:16

another problem:
why my rxvt havent got any menu???

lxclinuxer 发表于 2003-10-10 20:24:34

偶的linux的终端默认就支持中文。

Veldrin 发表于 2003-10-10 23:41:24

楼上用的估计是gnome或kde的默认终端,最差劲的那种。rxvt不错,很不错。

maitreya 发表于 2003-10-13 08:47:59

关于菜单,我从来没有用过,也没有想到过要用。
有人知道吗?
页: [1]
查看完整版本: 请问如何让rxvt支持中文?