在Putty中使用中文

  这是打半亩塘闲话那里看来的,之前我一直以为Putty根本不支持中文呢。

  首先设置一下Putty,Category中的Windows => Appearance => Font settings,字体改成”Fixedsys”或者其他的中文字体。

  然后去Category中的Windows--->Translation ----> Received data assumed to be … ,把character设置成”UTF-8″。

  一般来说这样就可以了,如果还是不行那就是主机上的环境设置不是中文,所以需要登陆到主机上修改用户目录下的.bash_profile,在尾部加入:


export LANG=zh_CN.UTF-8
export LANGUAGE=zh_CN:zh
declare -x LANG="zh_CN.UTF-8"
declare -x LANGUAGE="zh_CN:zh"

  然后执行一下”. .bash_profile”就可以了。

Leave a Reply

Note: Commenter is allowed to use '@User+blank' to automatically notify your reply to other commenter. e.g, if ABC is one of commenter of this post, then write '@ABC '(exclude ') will automatically send your comment to ABC. Using '@all ' to notify all previous commenters. Be sure that the value of User should exactly match with commenter's name (case sensitive).