linux 无法正常显示中文

情况1:
中文无法正常显示
chown -R yourusername /usr/share/fonts
chmod -R 755 /usr/share/fonts

情况2:

  1. vim /etc/environment
export LANG="zh_CN.UTF-8"
export LANGUAGE="zh_CN:zh:en_US:en"
  1. install zhcon
    sudo apt-get install zhcon

  2. add chinese characters
    sudo locale-gen zh_CN.GB18030
    sudo dpkg-reconfigure locales

  3. 很重要的一步,
    vim /etc/bash.bashrc
    查看有没有
    export LANG="zh_CN.UTF-8"

你可能感兴趣的:(linux 无法正常显示中文)