You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When performing the translation, an error appears: 'ascii' codec can't encode characters in position 106-112: ordinal not in range(128)
Setting in comic.py os.environ['PYTHONIOENCODING'] = 'utf-8' or setting utf-8 in locale, or python -X utf8 comic.py does not help.
file --mime comic.py
comic.py: text/x-script.python; charset=utf-8
Can you advise how to fix this?
The text was updated successfully, but these errors were encountered:
When performing the translation, an error appears: 'ascii' codec can't encode characters in position 106-112: ordinal not in range(128)
Setting in comic.py os.environ['PYTHONIOENCODING'] = 'utf-8' or setting utf-8 in locale, or python -X utf8 comic.py does not help.
file --mime comic.py
comic.py: text/x-script.python; charset=utf-8
Can you advise how to fix this?
The text was updated successfully, but these errors were encountered: