|
redhat9的下xterm可以显示中文,
我的slackware的.Xresources里的
配置时一样的,但是中文显示为|?????
redhat下没开一次xterm首先都会警告Warning: couldn't find charset data for locale zh_CN.GB18030; using ISO 8859-1.
我的slackware的locale是zh_CN.gbk,使用xterm没有警告,
不知道和这有没有关系。
下面是.Xresources,
################################
xterm*background: black
xterm*foreground: Wheat
xterm*cursorColor: Orchid
xterm*reverseVideo: false
xterm*scrollBar: true
xterm*reverseWrap: true
xterm*font: 8x16
xterm*wideFont: -misc-ZYSong18030-medium-r-normal--16-160-75-75-c-80-iso10646-1
xterm*locale: gbk
xterm*fullCursor: true
xterm*locale: gbk
xterm*scrollTtyOutput: on
xterm*scrollKey: on
xterm*VT100.Translations: #override\n\
<KeyPress> rior : scroll-back(1,page)\n\
<KeyPress>Next : scroll-forw(1,page)
xterm*titleBar: true
xterm*title: hello
############################### |
|