Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #59913 > unrolled thread
| Started by | random832@fastmail.us |
|---|---|
| First post | 2013-11-18 17:30 -0500 |
| Last post | 2013-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.
Re: [Python-ideas] Unicode stdin/stdout random832@fastmail.us - 2013-11-18 17:30 -0500
| From | random832@fastmail.us |
|---|---|
| Date | 2013-11-18 17:30 -0500 |
| Subject | Re: [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.
Back to top | Article view | comp.lang.python
csiph-web