This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author natim
Recipients asvetlov, natim, vstinner, yselivanov
Date 2018-10-18.11:03:03
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1539860583.36.0.788709270274.issue35014@psf.upfronthosting.co.za>
In-reply-to
Content
I am adding the following info:

If I run the following on the Docker image where I got the error I get:

```
import sys
import locale

print(sys.getdefaultencoding())
print(locale.getpreferredencoding())
```

utf-8
ANSI_X3.4-1968

While if I run it on my machine I get:

utf-8
UTF-8

I don't know how to force the usage of the later locally to reproduce.

Settings LC_ALL=C and LANG=C didn't do the trick
History
Date User Action Args
2018-10-18 11:03:03natimsetrecipients: + natim, vstinner, asvetlov, yselivanov
2018-10-18 11:03:03natimsetmessageid: <1539860583.36.0.788709270274.issue35014@psf.upfronthosting.co.za>
2018-10-18 11:03:03natimlinkissue35014 messages
2018-10-18 11:03:03natimcreate