Path: csiph.com!usenet.pasdenom.info!gegeweb.org!de-l.enfer-du-nord.net!feeder1.enfer-du-nord.net!newsfeed.eweka.nl!eweka.nl!feeder3.eweka.nl!newsfeed.xs4all.nl!newsfeed6.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.093 X-Spam-Evidence: '*H*': 0.82; '*S*': 0.00; 'utf-8': 0.07; 'cc:addr :python-list': 0.10; '(!)': 0.16; 'idea!': 0.16; 'identifiers': 0.16; 'mon,': 0.16; 'wrote:': 0.17; "shouldn't": 0.17; 'unicode': 0.17; 'cc:2**0': 0.23; 'cc:no real name:2**0': 0.24; 'cc:addr:python.org': 0.25; 'header:In-Reply-To:1': 0.25; 'am,': 0.27; 'message-id:@mail.gmail.com': 0.27; 'character': 0.29; 'code': 0.31; 'received:209.85.160.46': 0.32; 'space,': 0.32; 'everyone': 0.33; 'received:google.com': 0.34; 'awesome': 0.35; 'received:209.85': 0.35; 'add': 0.36; 'anything': 0.36; 'why': 0.37; 'received:209': 0.37; 'subject:: ': 0.38; 'space': 0.39; 'header:Received:5': 0.40; 'think': 0.40; "you'll": 0.62; 'between': 0.63; 'different': 0.63; 'jul': 0.65; 'soon': 0.70; 'subjectcharset:utf-8': 0.72; 'careful': 0.91; 'technically': 0.91; 'insane': 0.93 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type:content-transfer-encoding; bh=RrBvq+rCOmvetaRjVwJyj323O/7FyIpDLS0/L32qvQc=; b=hxzrWVPQkUy5kckhDu/Xbi5TQc3MMzpycEzmvbWKac8yHCYY8mF5IJqNT8HVOgD7dq /uftJCAEo6TGdEWEw172Lid80IyzZkBK/fS2yG7TougfCCnYF/VDC+ugl5jItsIcLwgh mUYKxGLsbZ+yQWIhUol2g9pIE2c3OaqI2NfrqjxvUdKgF5vODUD4sNMDqpwgWwfqmDiv A8C/FjSm2hOJnkM0sMcLHuh8yCwvvOEL2R6knMEX8dVb3KEf//xxTn5fvAvaYAzHMHvc bpTW4mDpTmOQHVrqF+NXM5DBgfPml3+Xbh8s95PZvnvrzR2esJDRulTS+p+xzQpt1TrB ExCw== MIME-Version: 1.0 In-Reply-To: References: <500d0632$0$1504$c3e8da3$76491128@news.astraweb.com> From: Devin Jeanpierre Date: Mon, 23 Jul 2012 10:10:22 -0400 Subject: =?UTF-8?B?UmU6IHRoZSBtZWFuaW5nIG9mIHLDr8K+4oCiLi4uLi4uLsOvwr4=?= To: Henrik Faber Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Cc: python-list@python.org X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.12 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: 20 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1343052666 news.xs4all.nl 6905 [2001:888:2000:d::a6]:48935 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:25874 On Mon, Jul 23, 2012 at 9:52 AM, Henrik Faber wrote: > If you allow for UTF-8 identifiers you'll have to be horribly careful > what to include and what to exclude. Is the non-breaking space a valid > character for a identifier? Technically it's a different character than > the normal space, so why shouldn't it be? What an awesome idea! > > What about =C3=97 vs x? Or =C3=8C vs =C3=8D vs =C3=8E vs =C3=8F vs =C4=A8= vs =C4=AA vs =C4=AB vs =C4=AC vs =C4=AD vs =C4=AE vs > =C4=AF vs I vs =C4=B0? Do you think if you need to maintain such code you= 'll > immediately know the difference between the 13 (!) different "I"s I just > happened to pull out randomly you need to chose and how to get it? What > about =C8=9C vs =C8=9D? Or =C8=A2 vs =C8=A3? Or =C8=B8 vs =C8=B9? Or d vs= =D4=80 vs =D4=81 vs =D4=83 vs =D4=82? Or =D6=81 vs g? > Or =D5=BD vs u? Yes, as soon as we add unicode to anything everyone will go insane and write gibberish. -- Devin