bleah icon indicating copy to clipboard operation
bleah copied to clipboard

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

Open LarryCheech opened this issue 6 years ago • 2 comments

issue

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

LarryCheech avatar Apr 05 '18 09:04 LarryCheech

same here

thisguy23 avatar Jan 10 '19 19:01 thisguy23

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

yesimxev avatar Jan 29 '19 21:01 yesimxev