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

Path csiph.com!au2pb.net!feeder.erje.net!1.eu.feeder.erje.net!newsfeed.xs4all.nl!newsfeed7.news.xs4all.nl!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail
Return-Path <rosuav@gmail.com>
X-Original-To python-list@python.org
Delivered-To python-list@mail.python.org
X-Spam-Status OK 0.007
X-Spam-Evidence '*H*': 0.99; '*S*': 0.00; 'subject:IDLE': 0.04; 'cc:addr:python-list': 0.09; '(bmp)': 0.09; 'output': 0.13; 'languages,': 0.15; '*only*': 0.16; 'being,': 0.16; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'idle.': 0.16; 'idlelib': 0.16; 'run:': 0.16; 'subject:ever': 0.16; 'unicode.': 0.16; 'wrote:': 0.16; '2015': 0.20; 'cc:2**0': 0.20; 'cc:addr:python.org': 0.20; 'aug': 0.20; 'tkinter': 0.22; 'bit': 0.23; 'sat,': 0.23; 'thus': 0.24; 'header:In-Reply-To:1': 0.24; 'message-id:@mail.gmail.com': 0.27; 'subject: -- ': 0.27; 'tcl': 0.29; 'workaround': 0.29; "i'm": 0.30; "we're": 0.30; 'plans': 0.32; 'idle': 0.33; 'received:google.com': 0.35; 'could': 0.35; 'improving': 0.35; 'subject:please': 0.35; 'unicode': 0.35; 'but': 0.36; 'there': 0.36; 'pm,': 0.36; 'subject:: ': 0.37; 'display': 0.37; 'means': 0.39; 'enough': 0.39; 'chrisa': 0.84; 'subject:you': 0.85; 'to:none': 0.91; 'subject:Who': 0.91; 'subject:know': 0.91; 'subject:answer': 0.93
DKIM-Signature v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:cc :content-type; bh=LG+KPqr9sKBM7PWNhxgVVSbnQjlA/NYBLhL2hH1Chus=; b=lTrHtOzzXKXCHTc2+4mO1HxDXqlxyVXUmAGoI9HtMe5U1//fUufWm3DXlycax2nV/B HFABxY43o1f0MipmPpB9F9O+YElC2HYSW1CQu2kcA8vM2mcwTqEI6Eh3LpYKkC+liUxS ll/k+WF4AMhRcEVViZFH5nJ0MwPUaJEMApOeSatOPUkFdyiMrNzW7sfj+cemhRXreJLl RgT6RsAe57zafhKhpNgVv6FMtLLh0vf36H/0xtEklClmEnLhc/qVnnA0aF+f4tPeFcCL t/qtfqq8DCcORQQcGE+vNaKnt+HfN5X73rpZZTti5QPpCCKswaG/Mer3PTZu1iHnwZEe a8CQ==
MIME-Version 1.0
X-Received by 10.107.31.134 with SMTP id f128mr11052389iof.19.1439007096515; Fri, 07 Aug 2015 21:11:36 -0700 (PDT)
In-Reply-To <87egjezbn7.fsf@gmail.com>
References <mpubur$lcc$1@ger.gmane.org> <87egjezbn7.fsf@gmail.com>
Date Sat, 8 Aug 2015 14:11:36 +1000
Subject Re: Who uses IDLE -- please answer if you ever do, know, or teach
From Chris Angelico <rosuav@gmail.com>
Cc "python-list@python.org" <python-list@python.org>
Content-Type text/plain; charset=UTF-8
X-BeenThere python-list@python.org
X-Mailman-Version 2.1.20+
Precedence list
List-Id General discussion list for the Python programming language <python-list.python.org>
List-Unsubscribe <https://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe>
List-Archive <http://mail.python.org/pipermail/python-list/>
List-Post <mailto:python-list@python.org>
List-Help <mailto:python-list-request@python.org?subject=help>
List-Subscribe <https://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe>
Newsgroups comp.lang.python
Message-ID <mailman.1327.1439007099.3674.python-list@python.org> (permalink)
Lines 14
NNTP-Posting-Host 2001:888:2000:d::a6
X-Trace 1439007099 news.xs4all.nl 2836 [2001:888:2000:d::a6]:35827
X-Complaints-To abuse@xs4all.nl
Xref csiph.com comp.lang.python:95159

Show key headers only | 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