Last active
October 13, 2015 08:37
-
-
Save yyalim/ee93528c291f2e228e08 to your computer and use it in GitHub Desktop.
Install charset for debian variants.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# thanks to tanaydin < github.com/tanaydin > | |
# set locales for system | |
export LANGUAGE="en_US:en" | |
export LC_ALL="en_US.UTF-8" | |
sudo locale-gen en.UTF-8 | |
sudo dpkg-reconfigure locales | |
echo "LANGUAGE=\"en_US:en\"" | sudo tee --append /etc/default/locale | |
echo "LC_ALL=\"en_US.UTF-8\"" | sudo tee --append /etc/default/locale | |
source /etc/default/locale |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment