Dāvis added the comment:

That is a great PIP, but it will take a lot of time to be implemented and it 
doesn't really solve this issue.

This is different issue than filename/path encoding. Here we need to decode 
binary output from other applications and that for a lot of applications will 
be console's code page but it could be also any other. This isn't issue about 
Unicode paths because application which is located at ASCII path, when we run 
it as a subprocess can return text output in console's code page, OEM, ANSI or 
some other encoding.

My proposed subprocess_fix_encoding_v4fixed.patch fixes this for majority of 
cases and for other cases encoding can be specified.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue27179>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to