解决securecrt连接centos使用VIM编辑中文时乱码

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了解决securecrt连接centos使用VIM编辑中文时乱码相关的知识,希望对你有一定的参考价值。

1)说明:

Windows的默认编码为GBK,Linux的默认编码为UTF-8。在Windows下编辑的中文,在Linux下显示为乱码。为了解决此问题,修改secure CRT字符编码为UTF-8即可
2)查看支持的字符集:

    如果没有中文语言呢

  可以通过网上下载安装中文语言包yum groupinstall chinese-support(不能联网的通过其他电脑下载,上传上去吧)


#  locale -a

[[email protected] ~]# locale -a|grep zh
zh_CN
zh_CN.gb18030
zh_CN.gb2312
zh_CN.gbk
zh_CN.utf8
zh_HK
zh_HK.big5hkscs
zh_HK.utf8
zh_SG
zh_SG.gb2312
zh_SG.gbk
zh_SG.utf8
zh_TW
zh_TW.big5
zh_TW.euctw
zh_TW.utf8

修改字符集

[[email protected] ~]# echo $LANG
en_US.UTF-8
[[email protected] ~]# LANG=ch_CN.UTF-8
[[email protected] ~]# cat /etc/sysconfig/i18n
LANG="en_US.UTF-8"
[[email protected] ~]# echo "LANG=\"ch_CN.UTF-8\"">/etc/sysconfig/i18n
[[email protected] ~]# cat /etc/sysconfig/i18n                        
LANG="ch_CN.UTF-8"

执行如下命令或者重启即可生效。

    source /etc/sysconfig/i18n

打开CRT会话选项,外观-字符编码—UTF-8即可。

技术分享

本文出自 “sandshell” 博客,请务必保留此出处http://sandshell.blog.51cto.com/9055959/1959654

以上是关于解决securecrt连接centos使用VIM编辑中文时乱码的主要内容,如果未能解决你的问题,请参考以下文章

SecureCRT连接linux,vim颜色显示问题

SecureCRT 连接 Centos7.0 (桥接模式)

SecureCRT连接Ubuntu,centos失败,长时间的重新连接,连接不了解决办法

SecureCRT连接SUSE Linux异常处理

虚拟机 & CentOS7 & SecureCRT连接 & CentOS连接不了网问题

虚拟机 & CentOS7 & SecureCRT连接 & CentOS连接不了网问题