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 'tes
Dainis Jonitis added the comment:
Drekins module at https://github.com/Drekin/win-unicode-console is great, but
there is small issue with it when running within debugger in Visual Studio
(Python Tools for Visual Studio 2.1 installed). Debugger already wraps stdout
and stderr inside the