Skip to content

Instantly share code, notes, and snippets.

@gladiopeace
Created January 26, 2018 20:57
Show Gist options
  • Save gladiopeace/ffeff276397cd2777ef8fa3fe0854507 to your computer and use it in GitHub Desktop.
Save gladiopeace/ffeff276397cd2777ef8fa3fe0854507 to your computer and use it in GitHub Desktop.
The locale -a output suggests that you have no enabled utf-8 locales. Try running:
sudo locale-gen en_US.UTF-8
export LANG=en_US.UTF-8
Looking more closely C.UTF-8 is available, you can try only switching to that:
export LANG=C.UTF-8
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment