Solve Chinese garbled characters and set characters in Centos

Source: Internet
Author: User
Tags i18n

Solve Chinese garbled characters and set characters in Centos

1) Description:

Windows's default encoding is GBK, and Linux's default encoding is UTF-8. The edited Chinese Characters in Windows are garbled characters in Linux. To solve this problem, modify the default Linux encoding to GBK.
2) view supported character sets:

# Locale-


3) install the English version of the default Character Set Configuration:
# Cat/etc/sysconfig/i18n
LANG = "en_US.UTF-8"
SYSFONT = "latarcyrheb-sun16"

4) change to the Chinese character set:
# Vi/etc/sysconfig/i18n
LANG = "zh_CN.GBK"
SUPPORTED = "zh_CN.UTF-8: zh_CN: zh"
SYSFONT = "latarcyrheb-sun16"



5) execute the following command or restart it to take effect.

# Source/etc/sysconfig/i18n

Related Article

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.