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.
-- 
https://mail.python.org/mailman/listinfo/python-list

Reply via email to