Path: csiph.com!newsfeed.hal-mli.net!feeder3.hal-mli.net!news.stack.nl!newsfeed.xs4all.nl!newsfeed3.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.002 X-Spam-Evidence: '*H*': 1.00; '*S*': 0.00; 'programmer': 0.03; 'that?': 0.05; 'subject:Python': 0.06; '(especially': 0.07; 'problem:': 0.07; '22,': 0.09; 'cc:addr:python-list': 0.11; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'introduces': 0.16; 'readability': 0.16; 's/he': 0.16; 'subject:Unicode': 0.16; 'substitute': 0.16; 'syntactic': 0.16; 'wrote:': 0.18; 'all,': 0.19; 'programming': 0.22; 'cc:addr:python.org': 0.22; 'cc:2**0': 0.24; 'header:In-Reply- To:1': 0.27; 'idea': 0.28; 'message-id:@mail.gmail.com': 0.30; 'gives': 0.31; 'file': 0.32; 'something': 0.35; 'received:google.com': 0.35; 'should': 0.36; 'wrong': 0.37; 'pm,': 0.38; 'little': 0.38; 'major': 0.40; 'how': 0.40; 'most': 0.60; 'issues,': 0.61; 'new': 0.61; 'reads': 0.68; 'palette': 0.84; 'to:none': 0.92 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:content-transfer-encoding; bh=sltI9DETUCM1NgrtPyVGk1bqfPdr/46zLOMCnrya4dU=; b=AHWXLv5oUOQLIUEEMyrqy8r9PTLgOMvbpaUtS1Xn8/lYoRkZniu08BbJLoJnYAc9c3 Ppn7YVs4nVcBmYeZgANJUFnd2DkQRdSEjueeScVVZxhAw6b/UKXxCCnHSccEgYVpljyr I3XKY1JYFfcFlTTnWG8Q0wKpbpSVtXpN2Yr24AZf1caRmNIthsLMPcEiloR3IEhzVwRa CHnseXsvafHlV+mpdQgKiJI0EJv4Ch/k0oGXoPfn4fhKmRTlECGmhm5E2fzb2wV7V5PB Uf/9T0AdxFHY606z65GmRaOcbAs9fSiTTRck+VrTcOyL1l5vcZODJPCC4UMsBBU+Q7+P lNUw== MIME-Version: 1.0 X-Received: by 10.180.94.37 with SMTP id cz5mr17008602wib.19.1398149043253; Mon, 21 Apr 2014 23:44:03 -0700 (PDT) In-Reply-To: <9f94f6b0-ba35-41dc-95a5-48018412fdf6@googlegroups.com> References: <7x8ur1esa5.fsf@ruckus.brouhaha.com> <53539a64$0$29993$c3e8da3$5496439d@news.astraweb.com> <5356082c$0$11109$c3e8da3@news.astraweb.com> <9f94f6b0-ba35-41dc-95a5-48018412fdf6@googlegroups.com> Date: Tue, 22 Apr 2014 16:44:03 +1000 Subject: Re: Unicode in Python From: Chris Angelico Cc: "python-list@python.org" Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.15 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: 13 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1398149050 news.xs4all.nl 2976 [2001:888:2000:d::a6]:43543 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:70490 On Tue, Apr 22, 2014 at 4:30 PM, Rustom Mody wrote: > So instead of using =CE=BB (0x3bb) we should use =F0=9D=9D=80 (0x1d740) = or something thereabouts like =F0=9D=9C=86 You still have a major problem: How do you type that? It gives you very little advantage over the word "lambda", it introduces readability issues, it's impossible for most people to type (and programming with a palette of arbitrary syntactic tokens isn't my idea of fun), it's harder for a new programmer to get docs for (especially if s/he reads the file in the wrong encoding), and all in all, it's a pretty poor substitute for a word. ChrisA