Home | Syndication | Delicious | Douban | Twitter | FriendFeed

SSH 连接 Ubuntu 时的中文乱码问题

若使用 Ubuntu 中文系统,其默认将使用 UTF-8 作为字符集:

$ locale
LANG=zh_CN.UTF-8
LANGUAGE=zh_CN:zh
LC_CTYPE="zh_CN.UTF-8"
LC_NUMERIC="zh_CN.UTF-8"
LC_TIME="zh_CN.UTF-8"
LC_COLLATE="zh_CN.UTF-8"
LC_MONETARY="zh_CN.UTF-8"
LC_MESSAGES="zh_CN.UTF-8"
LC_PAPER="zh_CN.UTF-8"
LC_NAME="zh_CN.UTF-8"
LC_ADDRESS="zh_CN.UTF-8"
LC_TELEPHONE="zh_CN.UTF-8"
LC_MEASUREMENT="zh_CN.UTF-8"
LC_IDENTIFICATION="zh_CN.UTF-8"
LC_ALL=

而通常中文 Windows 系统使用的是 GB2312 或 GB18030,这时从中文 Windows 系统通过诸如 SSH Secure Shell, PuTTY 等工具登陆 Ubuntu 就会发现所有的中文都不能正常显示。

如果使用的是 PuTTY,可以通过修改 font, character set 设置来解决。

Window -> Appearance -> Font settings 选择宋体或新宋体:
PuTTY font settings

Window -> Translation -> Character set translation on received data 选择 UTF-8:
PuTTY character set settings

This entry was posted on Monday, November 6th, 2006 at 12:15 and is filed under TechNotes. You can follow any responses to this entry through the RSS 2.0 feed. You can leave a response, or trackback from your own site.

Leave a Reply