Path: csiph.com!goblin3!goblin1!goblin.stu.neva.ru!uio.no!news.tele.dk!news.tele.dk!small.news.tele.dk!newsgate.cistron.nl!newsgate.news.xs4all.nl!nzpost1.xs4all.net!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.006 X-Spam-Evidence: '*H*': 0.99; '*S*': 0.00; 'debug': 0.04; 'utf-8': 0.07; 'python': 0.10; '-tkc': 0.16; 'decent': 0.16; 'from:addr:python.list': 0.16; 'from:addr:tim.thechases.com': 0.16; 'from:name:tim chase': 0.16; 'mean,': 0.16; 'non-english': 0.16; 'nowadays': 0.16; 'wrote:': 0.16; 'handles': 0.20; 'fix': 0.21; 'ascii': 0.22; 'fine,': 0.22; "world's": 0.22; 'leave': 0.23; 'header:In-Reply-To:1': 0.24; 'define': 0.27; 'gnu': 0.27; 'so,': 0.35; 'unicode': 0.35; 'to:addr:python-list': 0.36; 'subject:: ': 0.37; 'received:10': 0.37; 'charset:us-ascii': 0.37; 'why': 0.39; 'does': 0.39; 'to:addr:python.org': 0.40; 'art': 0.62; 'more': 0.63; 'received:50': 0.66; 'subject:True': 0.93 X-Sender-Id: wwwh|x-authuser|tim@thechases.com X-Sender-Id: wwwh|x-authuser|tim@thechases.com X-MC-Relay: Neutral X-MailChannels-SenderId: wwwh|x-authuser|tim@thechases.com X-MailChannels-Auth-Id: wwwh X-MC-Loop-Signature: 1442525242086:2658929102 X-MC-Ingress-Time: 1442525242086 Date: Thu, 17 Sep 2015 16:26:39 -0500 From: Tim Chase To: python-list@python.org Subject: Re: True == 1 weirdness In-Reply-To: <55FB26AE.1090900@mail.de> References: <0b949fe0-09b4-46b0-b4ac-a85a9bfebfd5@googlegroups.com> <1442412230.1762717.385286049.20841F36@webmail.messagingengine.com> <87oah2jq4y.fsf@elektro.pacujo.net> <55F99ADB.5020405@mail.de> <55f9a94d$0$1641$c3e8da3$5496439d@news.astraweb.com> <55FB26AE.1090900@mail.de> X-Mailer: Claws Mail 3.11.1 (GTK+ 2.24.25; x86_64-pc-linux-gnu) MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-AuthUser: tim@thechases.com X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.20+ Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: Lines: 17 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1442525625 news.xs4all.nl 23762 [2001:888:2000:d::a6]:37003 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:96785 On 2015-09-17 22:46, Sven R. Kunze wrote: > >> Btw. ASCII art is also art. So, why does Python not have ASCII > >> art to define graphs and diagrams? > > > > Nowadays it would have to support Unicode art. Mustn't > > leave out all the world's non-English-speaking artists! > > How do I debug and more importantly fix graphs and diagrams made of > non-English Unicode art? o.O Um, use a decent editor? I mean, even GNU ed(1) handles UTF-8 just fine, as do Vim & Emacs. -tkc