Skip to content
This repository has been archived by the owner on Feb 20, 2019. It is now read-only.

When Enumerating " 'ascii' codec can't decode" #42

Open
LarryCheech opened this issue Apr 5, 2018 · 2 comments
Open

When Enumerating " 'ascii' codec can't decode" #42

LarryCheech opened this issue Apr 5, 2018 · 2 comments

Comments

@LarryCheech
Copy link

issue

I have tried looking through the code to see where the issue is but I cannot find it.

@thisguy23
Copy link

same here

@yesimxev
Copy link

I had to set my default locale to UTF-8.
dpkg-reconfigure locales
(added all en_US and en_GB options just in case, and selected C.UTF8 as default)
If did not generate them automatically, run:
locale-gen
Restart terminal session and confirm with:
locale

LANG=C.UTF-8
LANGUAGE=
LC_CTYPE="en_US.UTF-8"
LC_NUMERIC="en_US.UTF-8"
LC_TIME="en_US.UTF-8"
LC_COLLATE="en_US.UTF-8"
LC_MONETARY="en_US.UTF-8"
LC_MESSAGES="en_US.UTF-8"
LC_PAPER="en_US.UTF-8"
LC_NAME="en_US.UTF-8"
LC_ADDRESS="en_US.UTF-8"
LC_TELEPHONE="en_US.UTF-8"
LC_MEASUREMENT="en_US.UTF-8"
LC_IDENTIFICATION="en_US.UTF-8"
LC_ALL=en_US.UTF-8

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants