Eryk Sun <eryk...@gmail.com> added the comment:

The complexity of mixing standard I/O from the shell and external programs is a 
limitation of the Windows command line. Each program could choose to use the 
system (or process) ANSI or OEM code page, the console session's input or 
output code page, UTF-8, or UTF-16. There's no uniform way to enforce one, 
consistent choice. So I'm closing this issue as a third party limitation that 
cannot be addressed in general. The problem has to be handled on a case by case 
basis.

----------
resolution:  -> third party
stage:  -> resolved
status: open -> closed

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

Reply via email to