Skip to content

Instantly share code, notes, and snippets.

@JBlond
Last active March 29, 2018 10:03
Show Gist options
  • Save JBlond/6e58977277f40f8eb94d0d7cb77d7b64 to your computer and use it in GitHub Desktop.
Save JBlond/6e58977277f40f8eb94d0d7cb77d7b64 to your computer and use it in GitHub Desktop.
linux console UTF-8
sudo dpkg-reconfigure locales
sudo apt install console-setup
sudo dpkg-reconfigure console-setup
export LANGUAGE=de_DE.utf8
export LANG=de_DE.utf8
export LC_ALL=de_DE.utf8
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment