Linux modify the default language to edit the/etc/sysconfig/i18n file, the original content is as follows: LANG & quot; zh_CN.UTF-8 & quot; SYSFONT & quot; latarcyrheb-sun16 & quot; SUPPORTED & quot; zh_CN.UTF-8: zh_CN: zh & quot; www.2cto.com
Linux modify the default language to edit the/etc/sysconfig/i18n file, the original content is as follows: LANG = "zh_CN.UTF-8" SYSFONT = "latarcyrheb-sun16" SUPPORTED = "zh_CN.UTF-8: zh_CN: en "www.2cto.com changed to: LANG =" en_US.UTF-8 "SUPPORTED =" en_US.UTF-8: en_US: en "SYSFONT =" latarcyrheb-sun16 "restart now! To solve the Chinese version of garbled Chinese display garbled problem specific solution is: 1, modify the remote linux machine configuration vim/etc/sysconfig/i18n LANG into support UTF-8 character set such: LANG = "zh_CN.UTF-8" or LANG = "en_US.UTF-8" www.2cto.com 2, and then change the Secure CRT settings, Options-> session Options-> Appearance-> character encoding-> uft-83, exit, then log on again. We found that all utf8 files can be correctly read, and the utf8 file name can also correctly display the full screen SecureCRT. how can we display the menu after SecureCRT? Alt + Enter is the shortcut for converting to full screen or not, or Enter the Alt + V pop-up menu to remove full screen
What does each line in/etc/sysconfig/i18n under Red hat mean? LANG = "zh_CN.GB18030" SUPPORTED = "zh_CN.GB18030: zh_CN: zh: en_US.UTF-8: en_US: en "SYSFONT =" latarcyrheb-sun16 "/etc/sysconfig/i18n here stores the system's regional language settings, i18n is the abbreviation of internationalization. The first line of the 18 letters between I and n indicates the language environment variable settings of your current system. The second line of zh_CN.GB18030 indicates that the system has preset language support, language not in the project cannot normally display the third line definition console terminal font, the font displayed when you log on to the text is this latarcyrheb-sun16
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.