Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #59913

Re: [Python-ideas] Unicode stdin/stdout

From random832@fastmail.us
References <5286054F.6000707@chamonix.reportlab.co.uk> <1384539385.17784.47988289.02AE655C@webmail.messagingengine.com> <5289FE6C.7030007@chamonix.reportlab.co.uk> <528A092D.4060408@chamonix.reportlab.co.uk>
Subject Re: [Python-ideas] Unicode stdin/stdout
Date 2013-11-18 17:30 -0500
Newsgroups comp.lang.python
Message-ID <mailman.2867.1384813809.18130.python-list@python.org> (permalink)

Show all headers | View raw


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.

Back to comp.lang.python | Previous | Next | Find similar | Unroll thread


Thread

Re: [Python-ideas] Unicode stdin/stdout random832@fastmail.us - 2013-11-18 17:30 -0500

csiph-web