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


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

Re: Who uses IDLE -- please answer if you ever do, know, or teach

Started byChris Angelico <rosuav@gmail.com>
First post2015-08-08 14:11 +1000
Last post2015-08-08 14:11 +1000
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: Who uses IDLE -- please answer if you ever do, know, or teach Chris Angelico <rosuav@gmail.com> - 2015-08-08 14:11 +1000

#95159 — Re: Who uses IDLE -- please answer if you ever do, know, or teach

FromChris Angelico <rosuav@gmail.com>
Date2015-08-08 14:11 +1000
SubjectRe: Who uses IDLE -- please answer if you ever do, know, or teach
Message-ID<mailman.1327.1439007099.3674.python-list@python.org>
On Sat, Aug 8, 2015 at 1:45 PM, Akira Li <4kir4.1i@gmail.com> wrote:
> then a workaround that works out of the box is to run:
>
>   T:\> py -m idlelib -r print_unicode.py
>
> that can display Unicode (BMP) output in IDLE.

But sadly, *only* the BMP. That's enough for most modern languages,
but it's by no means all of Unicode. I'm told there are plans in the
works for improving Tcl and Tk, which tkinter and thus Idle could then
take advantage of, but for the time being, we're stuck on sixteen bit
characters in Idle. :(

ChrisA

[toc] | [standalone]


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


csiph-web