LINUX supports Chinese Characters

Source: Internet
Author: User
LINUX supports Chinese characters-Linux Enterprise applications-Linux server application information. For details, refer to the following section. Problem description: The company's FTP server has been set up long ago. A windows client can upload files to the FTP server, but the files uploaded are garbled in the LINUX directory.

Solution: First edit the/etc/sysconfig/i18n file, whether you are installing the Chinese version or the English version. Delete the original configuration and copy the following

LANG = "zh_CN.GB18030"
SUPPORTED = "zh_CN.GB18030: zh_CN: zh: en_US.UTF-8: en_US: en"
SYSFONT = "latarcyrheb-sun16"

Save, restart. OK

Note:
I18N is short for internationalization. It means that there are 18 letters between I and n. It means the software is "internationalized ".

I18N supports multiple languages, but can only be English or a selected language at the same time, such as English + Chinese, English + German, English + Korean, etc;

Original:
LANG = "zh_CN.UTF-8"
SUPPORTED = "zh_CN.UTF-8: zh_CN: zh"
SYSFONT = "latarcyrheb-sun16"

Edit the bash_profile file and change the environment variable.
Export PATH
Export LC_CTYPE = zh_CN.gb2312
Unset USERNAME

Save and exit.

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.