centos7.6安装中文输入法并解决中文乱码问题

解决centos7.6中文乱码问题

使用中文输入法

  1. 设置中文输入法:Applications --》 System Tools --》 Setting --> Region & Language – > Input Source 点击 “+” ,找到 Chinese(china) ,选择 “Chinese Itelligent Pinyin”
  2. 查看当前输入法设置:locale
  3. 修改输入法:

vim /etc/locale.conf
将LANG=en_US.UTF-8改为LANG=zh_CN.UTF-8
source /etc/locale.conf

解决中文乱码问题

  1. 查看系统版本: cat /etc/centos-release
  2. 在linux中下载包:
    https://github.com/JamesHoi/pane-fixer-centos
    两种下载方法:浏览器下载和wget
  3. 用unzip解压包(没有unzip用安装yum install zip unzip -y)
  4. 进入包,使用
chmod +x install.sh
./install.sh

你可能感兴趣的:(日常记录)