Skip to content

Instantly share code, notes, and snippets.

Created November 1, 2013 02:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/e409d8457891c99e234f to your computer and use it in GitHub Desktop.
Save anonymous/e409d8457891c99e234f to your computer and use it in GitHub Desktop.
LANG=en_US.UTF-8
LC_CTYPE=UTF-8
LC_NUMERIC="en_US.UTF-8"
LC_TIME="en_US.UTF-8"
LC_COLLATE="en_US.UTF-8"
LC_MONETARY="en_US.UTF-8"
LC_MESSAGES="en_US.UTF-8"
LC_PAPER="en_US.UTF-8"
LC_NAME="en_US.UTF-8"
LC_ADDRESS="en_US.UTF-8"
LC_TELEPHONE="en_US.UTF-8"
LC_MEASUREMENT="en_US.UTF-8"
LC_IDENTIFICATION="en_US.UTF-8"
LC_ALL=
[root@host ~]# echo "你好"
你好
[root@host ~]# echo $LANG
en_US.UTF-8
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment