Linux教程網
打開putty主程序,選擇window-〉Appearance-〉Font settings-〉Change……,選擇Fixedsys字體,字符集選擇CHINESE_GB2312.在window-〉Appearance -〉Translation中,Received data assumed to be in which character set 中,把Use font encoding改為UTF-8.一般這樣就行了。
如果經常使用,可以把這些設置保存在session裡面。
其他方法可以嘗試:
打開putty登錄成功後,在shell中輸入:
# export LC_ALL= ‘zh_CN.utf8′
# vi ~/.bash_profile
LANG=zh_CN.GB18030
LANGUAGE=zh_CN.GB18030:zh_CN.GB2312:zh_CN
export LANG LANGUAGE
Copyright ©
Linux教程網 All Rights Reserved