Skip to content

Instantly share code, notes, and snippets.

@ddneat
Last active August 29, 2015 13:59
Show Gist options
  • Save ddneat/10886523 to your computer and use it in GitHub Desktop.
Save ddneat/10886523 to your computer and use it in GitHub Desktop.
fixing locals on ubunut
# add this export to your bash_profile
export LC_ALL="en_US.utf8"
# still not working? try this commands
sudo locale-gen
sudo dpkg-reconfigure locales
export LANGUAGE=en_US.UTF-8
export LANG=en_US.UTF-8
export LC_ALL=en_US.UTF-8
locale-gen en_US.UTF-8
dpkg-reconfigure locales
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment