Path: csiph.com!usenet.pasdenom.info!weretis.net!feeder4.news.weretis.net!feeder2.ecngs.de!ecngs!feeder.ecngs.de!xlned.com!feeder1.xlned.com!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.001 X-Spam-Evidence: '*H*': 1.00; '*S*': 0.00; 'python.': 0.02; '(at': 0.03; 'argument': 0.04; 'locale': 0.07; 'python': 0.09; 'broke': 0.09; 'effect.': 0.09; 'weird': 0.15; 'correctly,': 0.16; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'identifiers': 0.16; 'least,': 0.16; 'letters.': 0.16; 'mon,': 0.16; 'wrote:': 0.17; 'unicode': 0.17; 'received:209.85.214.174': 0.21; 'header:In-Reply-To:1': 0.25; 'plain': 0.27; 'message- id:@mail.gmail.com': 0.27; "i'm": 0.29; 'stuff': 0.30; 'code': 0.31; 'german': 0.32; 'to:addr:python-list': 0.33; 'received:google.com': 0.34; 'said,': 0.35; 'pm,': 0.35; 'received:209.85': 0.35; 'something': 0.35; 'there': 0.35; 'should': 0.36; 'does': 0.37; 'received:209': 0.37; 'subject:: ': 0.38; 'some': 0.38; 'to:addr:python.org': 0.39; 'received:209.85.214': 0.39; 'header:Received:5': 0.40; 'think': 0.40; 'latest': 0.61; 'jul': 0.65; 'capital': 0.68 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:to :content-type:content-transfer-encoding; bh=rdhJmB/GmvAL9IYSeK1TXPfCoZltrPU39SVhxp/E4+c=; b=aOpNScF5ZtPPVya87CREL3snolmVLOc67AeEQ0sTR/CV6TeTTiJf08kjPrMknTjhII 0YONikiDEIQn4DU233+r+/3wJrzqmzvEHcIl6+EQ4h47AWopZlG/e1o4zw2n3FEaMTcC QHhXssYVVkzvYDf395ARCULOVKv22l6G3kmdSees5ZOjWNWL/7Nk6O7RGKKdV98Pfhg1 S88pXcigy1v2lUT+f4pod0lkgYmN2Q4xDXk2G45vJ+Gie73MZBM1DEtF70oRGxKyuVwi nCEQZv0RD8AWSBdysKqv5RFLxXs4LNBdk3WB8NNXJ7lPYBTLt3tp3wN+dvCDos0UgEwS ENIQ== MIME-Version: 1.0 In-Reply-To: References: <500d0632$0$1504$c3e8da3$76491128@news.astraweb.com> Date: Mon, 23 Jul 2012 23:35:45 +1000 Subject: =?windows-1252?B?UmU6IHRoZSBtZWFuaW5nIG9mIHLvvpUuLi4uLi4u774=?= From: Chris Angelico To: python-list@python.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable 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: 16 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1343050549 news.xs4all.nl 6888 [2001:888:2000:d::a6]:52814 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:25865 On Mon, Jul 23, 2012 at 11:24 PM, Henrik Faber wrote: > And if I think of PHP's latest fiasco that happened with unicode > characters, it makes me shudder to think you'd want that stuff in > Python. If I remember correctly, it was the Turkish locale that they > stuggled with: Turkey apparently does not have a capital "I", so some > weird PHP magic code broke with the Turkish locale in effect. Having to > keep crap like that in mind is just plain horrible. I'm very happy with > the way Python does it. That said, though, there's good argument in allowing full Unicode in *identifiers*. If I'm allowed to name something "foo", then a German should be allowed to name something "fo=F6". And since identifiers are case sensitive (at least, they are in all good languages...), there should be no issues with not having particular letters. ChrisA