Created
January 26, 2018 20:57
-
-
Save gladiopeace/ffeff276397cd2777ef8fa3fe0854507 to your computer and use it in GitHub Desktop.
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
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