Xshell connects to centos6.5 iptables or ls to output garbled characters

Source: Internet
Author: User

Today, xshell is used to connect to centos6.5, when the terminal code is set to: Unicode (UTF-8), the output of the command to execute service iptables restart will be garbled; when the encoding is set to: default language, ls output will be garbled!


Garbled issues such:


The output result of executing the locale command is as follows:

LANG=zh_CN.GB18030LC_CTYPE="zh_CN.GB18030"LC_NUMERIC="zh_CN.GB18030"LC_TIME="zh_CN.GB18030"LC_COLLATE="zh_CN.GB18030"LC_MONETARY="zh_CN.GB18030"LC_MESSAGES="zh_CN.GB18030"LC_PAPER="zh_CN.GB18030"LC_NAME="zh_CN.GB18030"LC_ADDRESS="zh_CN.GB18030"LC_TELEPHONE="zh_CN.GB18030"LC_MEASUREMENT="zh_CN.GB18030"LC_IDENTIFICATION="zh_CN.GB18030"LC_ALL=
Then find the corresponding encoding in xshell, and the result does not match. Try several similar results:


Since the language codes at both ends are inconsistent and the corresponding Code cannot be found in xshell, modify the system!

Run the command: VI/etc/sysconfig/i18n


Is modified, before modification:

# Lang = "zh_CN.UTF-8"
Lang = "zh_cn.gb18030"

After the modification, save and set the encoding to Unicode (UTF-8), run the command to test the output, OK, garbled problem solved.

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.