[issue6135] subprocess seems to use local encoding and give no choice

Dāvis report at bugs.python.org
Sat Dec 3 14:19:37 EST 2016


Dāvis added the comment:

And looks like only way to specify console's codepage is with
`encoding=os.device_encoding(2)` which will have to be used for 99% of cases. I don't see other way...

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue6135>
_______________________________________


More information about the Python-bugs-list mailing list