Path: csiph.com!usenet.pasdenom.info!weretis.net!feeder4.news.weretis.net!ecngs!feeder2.ecngs.de!newsfeed.freenet.ag!news2.euro.net!newsgate.cistron.nl!newsgate.news.xs4all.nl!194.109.133.85.MISMATCH!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.063 X-Spam-Evidence: '*H*': 0.87; '*S*': 0.00; '(it': 0.09; 'speakers,': 0.09; 'cc:addr:python-list': 0.10; 'language': 0.14; 'english.': 0.15; 'agree.': 0.16; 'foreigner': 0.16; 'non-english': 0.16; 'received:209.85.161.174': 0.16; 'script?': 0.16; 'situation.': 0.16; 'stroll': 0.16; 'mon,': 0.16; 'wrote:': 0.17; 'saying': 0.18; 'appropriate': 0.20; 'variable': 0.20; 'keys': 0.22; '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; 'coding': 0.27; 'message-id:@mail.gmail.com': 0.27; "doesn't": 0.28; 'correct': 0.28; "people's": 0.29; 'case,': 0.29; 'no,': 0.29; "i'm": 0.29; 'code': 0.31; 'likely': 0.33; 'themselves': 0.33; 'that,': 0.34; 'received:google.com': 0.34; 'especially': 0.35; 'received:209.85': 0.35; 'but': 0.36; "didn't": 0.36; 'should': 0.36; 'why': 0.37; 'received:209': 0.37; 'subject:: ': 0.38; 'mean': 0.38; 'some': 0.38; 'there,': 0.38; 'header:Received:5': 0.40; 'your': 0.60; 'easy': 0.60; 'skip:u 10': 0.60; 'companies': 0.60; 'company': 0.60; 'most': 0.61; 'chance': 0.61; "you'll": 0.62; 'more': 0.63; 'making': 0.64; 'limit': 0.65; 'maintenance': 0.65; 'choose': 0.65; 'jul': 0.65; 'subjectcharset:utf-8': 0.72; 'american': 0.73; 'forced': 0.84; 'understand,': 0.84; 'accurately': 0.91 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; bh=tR6T2gdY0rhIqI+MN3dIqWUW+n33zOpgT2W3kD0QDY4=; b=0EuHfMO4R6t/94QyG7wWwNEKLMgkcr/7Ffh/9xOR+7ggbUM/50cPc4esoPvAtcDi5C VTrblioXm8BvSKrQawdthIMoCghtzGyJD4jvdvF6mYuRRh2eZdUjW/tKgFg/w7nkpbef IPVrmxMpMhwqnQ85YPWg5Dk9rmYXRUnqSoNk5ok3UhPzgo3L9rgIzA2KX8bYB9iDUD8o tZVMmVUSrTWtNz72S7ztCxAprdGoHaFB7S7XktZYTDHPKvikrgrghyQRz0HJTwEreRtf /ifuL+fRbaTDvDze/bQIwIbvfEsrzId728mcXSh/Ky2kiNjfUT0Zp4MR0zAZ+Kw29y6C 2W6Q== MIME-Version: 1.0 In-Reply-To: References: <500d0632$0$1504$c3e8da3$76491128@news.astraweb.com> From: Devin Jeanpierre Date: Mon, 23 Jul 2012 11:02:52 -0400 Subject: =?UTF-8?B?UmU6IHRoZSBtZWFuaW5nIG9mIHLDr8K+4oCiLi4uLi4uLsOvwr4=?= To: Henrik Faber Content-Type: text/plain; charset=UTF-8 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: 21 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1343055817 news.xs4all.nl 6845 [2001:888:2000:d::a6]:36002 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:25885 On Mon, Jul 23, 2012 at 10:40 AM, Henrik Faber wrote: > No, you misunderstood me. I didn't say people are going to write > gibberish. What I'm saying is that as a foreigner (who doesn't know most > of these characters), it can be hard to accurately choose which one is > the correct one. This is especially true if the appropriate keys are not > available on your keyboard. So it makes maintenance of other people's > code much more difficult if they didn't on their own chose to limit > themselves to ASCII. I understand, and agree. But that's not always all that likely a situation. If your company only employs native Arabic speakers, why not use Arabic variable names and Arabic script? You'll get more out of making the language easy to understand for the people that work there, than out of hedging your bets on the off chance that some American will stroll in and be confused. (It is my understanding that, in any case, many non-English companies do their coding in English. That doesn't mean it's a general rule that should be forced on everyone.) -- Devin