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


Groups > comp.lang.python > #95159

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

References <mpubur$lcc$1@ger.gmane.org> <87egjezbn7.fsf@gmail.com>
Date 2015-08-08 14:11 +1000
Subject Re: Who uses IDLE -- please answer if you ever do, know, or teach
From Chris Angelico <rosuav@gmail.com>
Newsgroups comp.lang.python
Message-ID <mailman.1327.1439007099.3674.python-list@python.org> (permalink)

Show all headers | View raw


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

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


Thread

Re: Who uses IDLE -- please answer if you ever do, know, or teach Chris Angelico <rosuav@gmail.com> - 2015-08-08 14:11 +1000

csiph-web