Path: csiph.com!usenet.pasdenom.info!gegeweb.org!de-l.enfer-du-nord.net!feeder1.enfer-du-nord.net!feeds.phibee-telecom.net!newsfeed.xs4all.nl!newsfeed5.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.059 X-Spam-Evidence: '*H*': 0.88; '*S*': 0.00; '(!)': 0.16; 'confusion': 0.16; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'lowercase': 0.16; 'pairs': 0.16; 'uppercase': 0.16; 'mon,': 0.16; 'wrote:': 0.17; 'sort': 0.21; 'received:209.85.216.46': 0.21; 'somebody': 0.23; 'header:In-Reply-To:1': 0.25; 'message- id:@mail.gmail.com': 0.27; 'unlike': 0.30; 'code': 0.31; 'to:addr :python-list': 0.33; 'code:': 0.33; 'received:google.com': 0.34; 'pm,': 0.35; 'received:209.85': 0.35; 'received:209': 0.37; 'received:209.85.216': 0.37; 'subject:: ': 0.38; 'to:addr:python.org': 0.39; 'header:Received:5': 0.40; 'think': 0.40; 'url:aspx': 0.60; "you'll": 0.62; 'between': 0.63; 'different': 0.63; 'jul': 0.65; 'different.': 0.84 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=TO6yP1rtGjVVeH0mRvVy8iJScmHKnmG3LcVVHZ0ma+E=; b=qPHGbc9r46Ls/KziOspyMcc/E3vAgJb66ZH0oa5BoP365tmh5c5Rk26fiQ9KqZtqGp zo+lO05lcn8zOhabUcrtndeZxN+gW+QseHmLkDZtkuSF7Ng3Y01aDiqhEd7diEqmrfID YDkLYnWO6k1Si4oIHx3MnS1HELUMwJI5engurZmMA/Lqc4r8teCdAOpyE710Y5V2iKAA vv8rIab8bxmqXykJXSghZ3ioFG/gUJQIFJCTcGiT/HktFYs5ZBgOfqAm4BGt/aNgk8Rz IGcrSWKts0bzoehgwue9ULDZTnd8PAiXdc2kr4av0OqxiEkgJFTSrLuuEzN5eu7XgSUL XBuw== MIME-Version: 1.0 In-Reply-To: References: <500d0632$0$1504$c3e8da3$76491128@news.astraweb.com> Date: Tue, 24 Jul 2012 00:19:55 +1000 Subject: =?windows-1252?B?UmU6IHRoZSBtZWFuaW5nIG9mIHLvvpUuLi4uLi4u774=?= From: Chris Angelico To: 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.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: 23 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1343053205 news.xs4all.nl 6851 [2001:888:2000:d::a6]:59376 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:25876 On Mon, Jul 23, 2012 at 11:52 PM, Henrik Faber wrote: > 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? If they're different characters, they're different. It's not unlike the confusion you can already get between uppercase I and lowercase l, or between uppercase and lowercase of the same letter, or between rn and m, or between any other of myriad confusingly-similar pairs that can be found just in ASCII. Of course, SOMEBODY is going to make use of those to improve upon this sort of code: http://thedailywtf.com/Articles/Uppity.aspx ChrisA