Skip to content

Instantly share code, notes, and snippets.

@yanaga
Created January 14, 2012 21:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save yanaga/1613014 to your computer and use it in GitHub Desktop.
Save yanaga/1613014 to your computer and use it in GitHub Desktop.
Solving Ubuntu locale problems
cat << EOF | sudo tee /etc/default/locale
LANGUAGE=en_US.UTF-8
LC_ALL=en_US.UTF-8
LANG="en_US.UTF-8"
EOF
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment