天天看点

SecureCRT能显示中文的方法

使用secureCRT远程登入到linux,发现很多是乱码,解决方法如下!

1.在liunx上执行命令:

[root@bs1 ~]# echo $LANG

zh_CN.UTF-8    =====》得知字符编码!

2.在securecrt上操作:

选项菜单-->会话选项-->外观--> 字符编码,选择“utf-8”,问题解决!

本文转自 shine_forever 51CTO博客,原文链接:http://blog.51cto.com/shineforever/330195

继续阅读