Skip to content

Instantly share code, notes, and snippets.

@guange2015
Created April 22, 2014 06:40
Show Gist options
  • Save guange2015/11167512 to your computer and use it in GitHub Desktop.
Save guange2015/11167512 to your computer and use it in GitHub Desktop.
ubuntu 添加中文支持
1. sudo vi /var/lib/locales/supported.d/local
加入
zh_CN.UTF-8 UTF8
2. sudo locale-gen
3. sudo vi /etc/profile:
添加
export LC_ALL="zh_CN.UTF-8"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment