Path: csiph.com!newsfeed.hal-mli.net!feeder3.hal-mli.net!newsfeed.hal-mli.net!feeder1.hal-mli.net!newsfeed.xs4all.nl!newsfeed6.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!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.066 X-Spam-Evidence: '*H*': 0.87; '*S*': 0.00; 'language': 0.14; '24,': 0.16; 'foreigner': 0.16; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'guide.': 0.16; 'wrote:': 0.17; 'unicode': 0.17; 'saying': 0.18; '(or': 0.18; 'appropriate': 0.20; 'received:209.85.214.174': 0.21; 'keys': 0.22; 'header:In-Reply- To:1': 0.25; 'am,': 0.27; 'message-id:@mail.gmail.com': 0.27; "doesn't": 0.28; 'correct': 0.28; "people's": 0.29; 'no,': 0.29; "i'm": 0.29; 'maybe': 0.29; 'code': 0.31; 'to:addr:python-list': 0.33; 'themselves': 0.33; 'received:google.com': 0.34; 'project': 0.34; 'especially': 0.35; 'received:209.85': 0.35; 'except': 0.36; "didn't": 0.36; 'received:209': 0.37; 'subject:: ': 0.38; 'to:addr:python.org': 0.39; 'received:209.85.214': 0.39; 'header:Received:5': 0.40; 'your': 0.60; 'most': 0.61; 'more': 0.63; 'limit': 0.65; 'maintenance': 0.65; 'choose': 0.65; 'jul': 0.65; 'sounds': 0.71; '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:date:message-id:subject:from:to :content-type; bh=yQfiRFSPtzKEzNDEeQnibWNjOKhyblZKS4ZPLch1zW0=; b=KBOROOapVHgpit/1DcdDCVv96vus49Cot8pYRKrV7wQjtUyq5G1khNr6BrTSbLmFFK obI9tcpCtAFG4hkNno7NIYiG+HpA074aamkHmk5Lse+TxSQnOrRrGEEz5XSgUHr40ZNC QPHCGvbnaAzZFM04ClSbLrE+HOJ86wHFSQAP+qbPP0ooeIZlBK8cmx+Era3OPGpud2ob oM75v6ZAjTU4WjRnQAtWa2/ozaaqCa3LFCBGK/7Px4b7ig/KZSG8XYItzZZPJq/sYRaM zzv3ueVdM2f0TWdBkBUpz0qrNaOMJSiN2eKj+4YTZab/r6CTeHY2WcfYz3YO9KHla/pa syvw== MIME-Version: 1.0 In-Reply-To: References: <500d0632$0$1504$c3e8da3$76491128@news.astraweb.com> Date: Tue, 24 Jul 2012 00:53:20 +1000 Subject: =?windows-1252?B?UmU6IHRoZSBtZWFuaW5nIG9mIHLvvpUuLi4uLi4u774=?= From: Chris Angelico To: python-list@python.org Content-Type: text/plain; charset=ISO-8859-1 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: 15 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1343055203 news.xs4all.nl 6961 [2001:888:2000:d::a6]:53764 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:25884 On Tue, Jul 24, 2012 at 12: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. This sounds like a job for a project's style guide. Have the language support full Unicode (or maybe "everything except whitespace" or whatever), and let each project head stipulate the project's own restrictions. ChrisA