[Python-ideas] Unicode stdin/stdout

random832 at fastmail.us random832 at fastmail.us
Mon Nov 18 17:30:06 EST 2013


On Mon, Nov 18, 2013, at 7:33, Robin Becker wrote:
> UTF-8 stuff

This doesn't really solve the issue I was referring to, which is that
windows _console_ (i.e. not redirected file or pipe) I/O can only
support unicode via wide character (UTF-16) I/O with a special function,
not via using byte-based I/O with the normal write function.



More information about the Python-list mailing list