Summary of garbled characters in linux

Source: Internet
Author: User


Summary of garbled characters in linux: Garbled characters are common errors in language and encoding settings in linux, which are divided into the following situations. 1. Create the. bash_profile file under the root directory of the user with Terminal garbled characters. Add the following content to the end of the file and re-open terminal to export LC_ALL = zh_CN.GBK;
Export LANG = zh_CN.GBK Note: command line output garbled characters are generally caused by unreasonable system variable settings. For example, the output of less and more commands contains garbled characters www.2cto.com 2. vim garbled characters are created under the root directory of the user. in the vimrc file, add the following content to specify the encoding and disable vim to re-open it. Set fileencodings = UTF-8, gb2312, gbk, gb18030set termencoding = UTF-8
Sets fileformats = unixset encoding = UTF-8

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.