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


Groups > comp.lang.python > #59913 > unrolled thread

Re: [Python-ideas] Unicode stdin/stdout

Started byrandom832@fastmail.us
First post2013-11-18 17:30 -0500
Last post2013-11-18 17:30 -0500
Articles 1 — 1 participant

Back to article view | Back to comp.lang.python

This discussion starts older than the indexed window; earlier articles aren't shown. The article labeled Started by below is the oldest one visible, not the original post.


Contents

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

#59913 — Re: [Python-ideas] Unicode stdin/stdout

Fromrandom832@fastmail.us
Date2013-11-18 17:30 -0500
SubjectRe: [Python-ideas] Unicode stdin/stdout
Message-ID<mailman.2867.1384813809.18130.python-list@python.org>
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.

[toc] | [standalone]


Back to top | Article view | comp.lang.python


csiph-web