import sys, codecs
sys.stdout = codecs.getwriter("utf-8")(sys.stdout)
More than 1 year has passed since last update.
python UnicodeDecodeError: 'ascii' codec can't decode byte xxxx in position 123: ordinal not in range(128)
Posted at
Register as a new user and use Qiita more conveniently
- You get articles that match your needs
- You can efficiently read back useful information
- You can use dark theme