Skip to content

Instantly share code, notes, and snippets.

@tomahock
Created April 22, 2015 21:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tomahock/313d331263ba623d2542 to your computer and use it in GitHub Desktop.
Save tomahock/313d331263ba623d2542 to your computer and use it in GitHub Desktop.
Solving debian locale problem
$ vi /etc/locale.gen
$ locale-gen
$ dpkg-reconfigure locales
$ export LC_CTYPE=en_US.UTF-8
$ export LC_ALL=en_US.UTF-8
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment