Message284782
> Working with Docker I often end up with an environment where the locale isn't correctly set.
The locale encoding is controlled by 3 environment variables: LC_ALL, LC_CTYPE and LANG.
https://www.python.org/dev/peps/pep-0540/#the-posix-locale-and-its-encoding
Can you please tell me if these variables are set and if yes, give me their value?
I would like to know if it would be possible to change the behaviour of Python when the (LC_CTYPE) locale is POSIX (aka the famous "C" locale). |
|
Date |
User |
Action |
Args |
2017-01-05 22:44:13 | vstinner | set | recipients:
+ vstinner, lemburg, barry, ncoghlan, ezio.melotti, r.david.murray, methane, akira, deleted250130, yan12125, abarry, Jan Niklas Hasse |
2017-01-05 22:44:13 | vstinner | set | messageid: <1483656253.84.0.155103547911.issue28180@psf.upfronthosting.co.za> |
2017-01-05 22:44:13 | vstinner | link | issue28180 messages |
2017-01-05 22:44:13 | vstinner | create | |
|