[issue1602] windows console doesn't print or input Unicode

Dainis Jonitis report at bugs.python.org
Wed Jan 14 12:47:01 CET 2015


Dainis Jonitis added the comment:

Presumably Unicode streams would also fix file redirects. Currently, if you want to redirect stdout output to file it throws. For example PowerShell:
 C:\Python34\python.exe .\test.py | out-file -Encoding utf8 -FilePath 'test.txt'

----------

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


More information about the Python-bugs-list mailing list