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.010 X-Spam-Evidence: '*H*': 0.98; '*S*': 0.00; 'debug': 0.04; 'utf-8': 0.07; 'python': 0.10; 'decent': 0.16; 'mean,': 0.16; 'non- english': 0.16; 'nowadays': 0.16; 'wrote:': 0.16; 'debugging': 0.18; '>>>': 0.20; 'handles': 0.20; 'fix': 0.21; 'ascii': 0.22; 'fine,': 0.22; 'fixing': 0.22; "world's": 0.22; 'leave': 0.23; 'tim': 0.24; 'header:In-Reply-To:1': 0.24; 'header:User-Agent:1': 0.26; 'define': 0.27; 'gnu': 0.27; 'chase': 0.29; 'received:10.0': 0.34; 'so,': 0.35; 'best,': 0.35; 'unicode': 0.35; 'something': 0.35; 'to:addr:python-list': 0.36; 'subject:: ': 0.37; 'received:10': 0.37; 'why': 0.39; 'does': 0.39; 'well.': 0.40; 'to:addr:python.org': 0.40; 'received:de': 0.40; 'art': 0.62; 'charset:windows-1252': 0.62; 'more': 0.63; 'subject:True': 0.93 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=mail.de; s=mail201212; t=1442526772; bh=2vTVoo25FydNV9iJZDfaOFPLJimcoQBGmSFNXjVt/RQ=; h=Date:From:To:Subject:References:In-Reply-To:From; b=iImMcUPx2j81Ohxx73gfedkrM9Q06tPJ716FHJO+Q0aSpXRw/9BKwr5VnrfJ8PDb1 Z3+GY1hurrekaZt1vU8lKb28qU34msRT6tixxSz/Agb8OISBAK2SfxsvcVV8UWneuY IwAk687YqRqJoVDTf/u1v6YEnChgwZ8J4KnVJqUI= Date: Thu, 17 Sep 2015 23:52:51 +0200 From: "Sven R. Kunze" User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.7.0 MIME-Version: 1.0 To: python-list@python.org Subject: Re: True == 1 weirdness 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> <20150917162639.2aa445bc@bigbox.christie.dr> In-Reply-To: <20150917162639.2aa445bc@bigbox.christie.dr> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-purgate: clean X-purgate: This mail is considered clean (visit http://www.eleven.de for further information) X-purgate-type: clean X-purgate-Ad: Categorized by eleven eXpurgate (R) http://www.eleven.de X-purgate: This mail is considered clean (visit http://www.eleven.de for further information) X-purgate: clean X-purgate-size: 723 X-purgate-ID: 154282::1442526772-00000883-2290BEFF/0/0 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: 18 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1442526775 news.xs4all.nl 23798 [2001:888:2000:d::a6]:47168 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:96788 On 17.09.2015 23:26, Tim Chase wrote: > 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. Since when has debugging and fixing something to do with the encoding? I somehow would need to actually understand and type those characters. Btw. PyCharm handles utf-8 as well. ;) Best, Sven