Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!newsfeed.datemas.de!weretis.net!feeder4.news.weretis.net!cs.uu.nl!news.stack.nl!newsfeed.xs4all.nl!newsfeed2a.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.011 X-Spam-Evidence: '*H*': 0.98; '*S*': 0.00; 'python,': 0.02; 'encoding': 0.05; '(of': 0.07; '(instead': 0.09; 'used.': 0.09; 'cc:addr:python-list': 0.11; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'subject:unicode': 0.16; 'unicode,': 0.16; 'weird': 0.16; 'wrote:': 0.18; 'wed,': 0.18; 'cc:addr:python.org': 0.22; 'cc:2**0': 0.24; 'header:In-Reply- To:1': 0.27; 'chris': 0.29; 'am,': 0.29; 'character': 0.29; 'characters': 0.30; 'message-id:@mail.gmail.com': 0.30; 'assumes': 0.31; 'anyone': 0.31; 'something': 0.35; "who's": 0.35; 'but': 0.35; 'received:google.com': 0.35; 'add': 0.35; 'subject:?': 0.36; 'too': 0.37; 'being': 0.38; 'that,': 0.38; 'new': 0.61; 'skip:\xe2 10': 0.65; 'mar': 0.68; '26,': 0.68; '8bit%:43': 0.74; 'cheating': 0.84; 'greek': 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=waIAMUzc3NqiDtvu9tCn3yzFis8wmQsaFQKtnUZMyGY=; b=QWNgPItmlGog5FQxJjfDW2ntLm5iRqi7+/pxy18RcFOrexGXQhvO6pYdaXieVRbv/2 PArab2nVh/Nb0X1JU1q1wRuhcYm7z3+euxdCDHhG8Bzypm9Q9S2heFqUA00be8RGlw4x gozu/gXmsEGHQW2/y9Bl/6dmph7Pjp/BeaCJUKZCOIc050oye4sByPnqjqsRGi+KZbx2 eu/bmQ/+yLvg9VdqwXuGwDGzK/2ZUXWSFWJGwSL41wbzy8xBpmwJePv6BEgi0rEH0IbW giMST0qWlR1HfQtj46hqaR7WWnkDYrl+3KXzu9NYFmxOBL8peez4+ODI80TBXQOU7NqD 5TWA== MIME-Version: 1.0 X-Received: by 10.68.200.74 with SMTP id jq10mr5752055pbc.169.1395776442684; Tue, 25 Mar 2014 12:40:42 -0700 (PDT) In-Reply-To: References: <9daf0806-02de-4447-964c-c8f8953c23e5@googlegroups.com> <532d5bd9$0$29994$c3e8da3$5496439d@news.astraweb.com> <0b78649a-16b3-4410-8258-e859578d62be@googlegroups.com> <281c8ce1-4f03-4e93-b5cd-d45b85e89e7e@googlegroups.com> <87ior2zosv.fsf@elektro.pacujo.net> Date: Wed, 26 Mar 2014 06:40:42 +1100 Subject: Re: Time we switched to unicode? 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: 19 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1395776446 news.xs4all.nl 2895 [2001:888:2000:d::a6]:34074 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:69058 On Wed, Mar 26, 2014 at 4:24 AM, Chris =E2=80=9CKwpolska=E2=80=9D Warrick wrote: > =E2=80=9CIf you can type an N-ARY PRODUCT, you can type a GREEK SMALL LET= TER > PI, unless there=E2=80=99s something very weird going on.=E2=80=9D > > =E2=80=A6like, the user is in the past and is using ISO 8859-7 (instead o= f a > 21st-century encoding, like UTF-8). An encoding which has support for > =CE=A0=C2=B9 and =CF=80=C2=B2, but not for =E2=88=8F=C2=B3=E2=80=A6 (of c= ourse, this assumes that, if we add > those new characters into python, we allow any encoding, somehow.) > > That=E2=80=99s not too weird, other than the ancient encoding being used. Since we opened by discussing Unicode, anyone who's cheating and using an eight-bit character set is, well, cheating. :) ChrisA