Paul Moore added the comment:

Doh. That latter approach (a RawIOBase implementation) is *precisely* what 
win_unicode_console does for stdout (using utf16le rather than utf8 as that's 
the native Windows encoding used by WriteConsole). So (a) yes it would work, 
and (b) it has already demonstrated in the wild that the approach is viable.

(Actually, a C implementation of this approach might be a better way of 
implementing this anyway, rather than relying on a relatively obscure C runtime 
feature).

----------

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

Reply via email to