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 in Uncategorized. Bookmark the permalink.

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

  1. Pingback: 温柔的大海 » ssh连中文ubuntu乱码

  2. Could I consider a portion of your content to my site

  3. richard says:

    @Jutta Chiarelli
    Sure, you can quote my post, but please indicate the source URL link of my blog post. Thanks.

Leave a Reply

Your email address will not be published. Required fields are marked *

*

You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong> <pre lang="" line="" escaped="">