Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save tanaydin/b343bd13678a381cc759 to your computer and use it in GitHub Desktop.
Save tanaydin/b343bd13678a381cc759 to your computer and use it in GitHub Desktop.
Install charset for debian variants.
# 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