Path: csiph.com!usenet.pasdenom.info!weretis.net!feeder1.news.weretis.net!feeder.erje.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.006 X-Spam-Evidence: '*H*': 0.99; '*S*': 0.00; 'python,': 0.02; 'ascii': 0.07; 'lines.': 0.07; 'think,': 0.07; 'non-ascii': 0.09; 'unicode,': 0.09; 'cc:addr:python-list': 0.10; 'language': 0.14; '110,000': 0.16; 'keys.': 0.16; 'personally,': 0.16; 'roy': 0.16; 'screen,': 0.16; 'silly': 0.16; 'mon,': 0.16; 'wrote:': 0.17; 'unicode': 0.17; 'fairly': 0.21; 'keys': 0.22; 'cc:2**0': 0.23; 'programming': 0.23; 'mention': 0.23; "i've": 0.23; 'cc:no real name:2**0': 0.24; 'least': 0.25; 'cc:addr:python.org': 0.25; 'header:In-Reply-To:1': 0.25; 'header:User-Agent:1': 0.26; 'creating': 0.26; 'am,': 0.27; 'raw': 0.27; 'set.': 0.27; 'chris': 0.28; 'character': 0.29; "we're": 0.30; '(and': 0.32; 'generally': 0.32; 'structure': 0.32; 'languages': 0.33; 'pm,': 0.35; 'but': 0.36; 'characters': 0.36; 'uses': 0.37; 'subject:: ': 0.38; 'some': 0.38; 'things': 0.38; 'nothing': 0.38; 'received:192': 0.39; 'received:192.168': 0.40; 'day,': 0.60; "you'll": 0.62; 'back': 0.62; 'jul': 0.65; 'header:Reply-To:1': 0.68; 'received:74.208': 0.71; 'smith': 0.71; 'reply-to:no real name:2**0': 0.72; 'subjectcharset:utf-8': 0.72; 'fonts': 0.84; 'received:74.208.4.194': 0.84; 'them;': 0.84; 'widespread': 0.91 Date: Mon, 23 Jul 2012 09:22:10 -0400 From: Dave Angel User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:14.0) Gecko/20120714 Thunderbird/14.0 MIME-Version: 1.0 To: Chris Angelico Subject: Re: the meaning of =?UTF-8?B?cu++lS4uLi4uLi7vv73Cvg==?= References: <500d0632$0$1504$c3e8da3$76491128@news.astraweb.com> In-Reply-To: Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Provags-ID: V02:K0:Rrk+erC39Sb3IRohE7tDVHSAlKQt0GGKh0VnbN3GhYM Zek8SFND6TDFOajc+VBU74BR383cW6iNKs9u66m72CuCEilt0v jUDKM7NzELlS2/P5/H9cl5aiGK3VnXV6ThpWmT30eu46uwRHIB 0OKZCYlpSKNKI9G3RO4E4x74J1p8sqOmnBj/hm3cp8UcnrC8BL 35duUybM+lrnV5+mppwqNpIw6ZUhE7MRPXcYUrHpusJvQb6TIg N/JNtdzRk2Exsj/J8oc/zKdxWZCQ8H7u+0D37Woxi8ITPnAxQP 0Jn1UyZz9TUWH51XI/NiLq6+Bzwyr3a8+RZqeAmo11gnRx3Og= = Cc: python-list@python.org X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.12 Precedence: list Reply-To: d@davea.name 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: 30 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1343049759 news.xs4all.nl 6872 [2001:888:2000:d::a6]:42799 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:25862 On 07/23/2012 09:06 AM, Chris Angelico wrote: > On Mon, Jul 23, 2012 at 10:55 PM, Roy Smith wrote: >> Some day, we're going to have programming languages that take advantage >> of the full unicode character set. Right now, we're working in ASCII >> and creating silly digrams/trigrams like r'' for raw strings (and triple-quotes for multi-line >> strings). Not to mention <=, >=, ==, !=. And in languages other than >> python, things like ->, => (arrows for structure membership), and so on. > REXX predates Unicode, I think, or at least its widespread adoption, > but it has a non-ASCII operator: > > http://www.rexswain.com/rexx.html#operators > > But personally, I've always used backslash. It's nothing to do with > ASCII and everything to do with having it on the keyboard. Before you > get a language that uses full Unicode, you'll need to have fairly > generally available keyboards that have those keys. > > ChrisA Keyboards with 110,000 keys on them; wonderful. And much larger characters on the screen, so that all those can be distinguished. And of course all fonts have to support all those characters. Back to 20 character lines. -- DaveA