centos7 修改中文字符集

CentOS 7字符集的問題與6有點區別,會出現下面問題,查看是中文,vi進入就變成亂碼了bash

生產中修改配置文件spa

  1.  
    [root @ce1d2002a999 ~]# cat /etc/locale.conf
  2.  
    LANG="zh_CN.UTF-8"

改成中文字符集code

而後在查看更改後的系統語言變量blog

  1.  
    [root@5c46832b5c01 ~]# locale
  2.  
    locale: Cannot set LC_CTYPE to default locale: No such file or directory
  3.  
    locale: Cannot set LC_MESSAGES to default locale: No such file or directory
  4.  
    locale: Cannot set LC_ALL to default locale: No such file or directory
  5.  
    LANG=zh_CN.UTF -8
  6.  
    LC_CTYPE= "zh_CN.UTF-8"
  7.  
    LC_NUMERIC= "zh_CN.UTF-8"
  8.  
    LC_TIME= "zh_CN.UTF-8"
  9.  
    LC_COLLATE= "zh_CN.UTF-8"
  10.  
    LC_MONETARY= "zh_CN.UTF-8"
  11.  
    LC_MESSAGES= "zh_CN.UTF-8"
  12.  
    LC_PAPER= "zh_CN.UTF-8"
  13.  
    LC_NAME= "zh_CN.UTF-8"
  14.  
    LC_ADDRESS= "zh_CN.UTF-8"
  15.  
    LC_TELEPHONE= "zh_CN.UTF-8"
  16.  
    LC_MEASUREMENT= "zh_CN.UTF-8"
  17.  
    LC_IDENTIFICATION= "zh_CN.UTF-8"
  18.  
    LC_ALL=

查看語言包string

  1.  
    [root@5c46832b5c01 ~]# locale -a
  2.  
    locale: Cannot set LC_CTYPE to default locale: No such file or directory
  3.  
    locale: Cannot set LC_MESSAGES to default locale: No such file or directory
  4.  
    locale: Cannot set LC_COLLATE to default locale: No such file or directory
  5.  
    C
  6.  
    POSIX
  7.  
    en_US.utf8

發現沒有中文,安裝一個,注意7跟6不同class

# yum install kde-l10n-Chinese
#yum reinstall glibc-common

再次查看test

  1.  
    [root @ce1d2002a999 ~]# cat test
  2.  
    個人意思是
  3.  
    [root @ce1d2002a999 ~]# vi test
相關文章
相關標籤/搜索