Path: csiph.com!newsfeed.hal-mli.net!feeder3.hal-mli.net!newsfeed.hal-mli.net!feeder1.hal-mli.net!newsfeed.xs4all.nl!newsfeed1a.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.042 X-Spam-Evidence: '*H*': 0.92; '*S*': 0.00; 'subject:Python': 0.06; 'modifying': 0.07; 'subject:language': 0.09; 'cc:addr:python- list': 0.11; 'easily,': 0.16; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'somewhere.': 0.16; 'subject: \n ': 0.16; 'subject:?)': 0.16; 'subject:unicode': 0.16; 'uncommon': 0.16; 'wrote:': 0.18; 'typing': 0.19; 'not,': 0.20; 'command': 0.22; 'comfortable': 0.22; 'cc:addr:python.org': 0.22; 'alternate': 0.24; 'days,': 0.24; 'keyboard': 0.24; 'unicode': 0.24; 'fairly': 0.24; 'cc:2**0': 0.24; 'header:In-Reply-To:1': 0.27; 'character': 0.29; 'message-id:@mail.gmail.com': 0.30; "i'm": 0.30; '25,': 0.31; 'away.': 0.31; 'keys': 0.31; 'mac': 0.33; 'common': 0.35; 'but': 0.35; 'received:google.com': 0.35; 'google': 0.35; 'shorter': 0.36; 'pm,': 0.38; 'even': 0.60; 'easy': 0.60; 'letters': 0.60; 'extended': 0.61; 'hardware': 0.61; 'full': 0.61; 'name': 0.63; 'map': 0.64; 'more': 0.64; 'mar': 0.68; 'subject:this': 0.83; 'hard.': 0.84; 'quicker': 0.84; 'to:none': 0.92; 'device.': 0.93; 'opt': 0.97 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:cc :content-type:content-transfer-encoding; bh=bxUFkFUfg22NhDsuDFx/z13Z2iVuxboPPkbbRViSh14=; b=Akv8jQOYTeoKp2imfq/MJi5jNFrPXoWhCvdYZgiZC/4W4W+fNTOAwRtBVVyt1QLlhG mWAU12Yk43TFMpUXA/6CMjPYRPmkMkCEg/6T05kyUbxbV3vTPdzNi6+rahtaVtW+9AEC 32l4+fVJw+TFtUC9whjfVcQc3M1qhNpOpix6UM6SO+xnvTaO12va0kWOuiPUAf2VRjl6 y709/2bKC/qLp/i1I6jA9FfLLuZcfJLM5phFE+VI7D5frVHnNN6vixuIzqRD7uf1SXk1 QqrVvZwHWplEF8/8F0RPZSU0HQkfuFaACtnEhSPz6h9p6f5ELxwQAUMy8MBNHbbeA0Wo xNDw== MIME-Version: 1.0 X-Received: by 10.68.248.7 with SMTP id yi7mr76912327pbc.31.1395721190770; Mon, 24 Mar 2014 21:19:50 -0700 (PDT) In-Reply-To: References: <9daf0806-02de-4447-964c-c8f8953c23e5@googlegroups.com> <10101874-2995-4acd-9851-989603f052e3@googlegroups.com> <532d5bd9$0$29994$c3e8da3$5496439d@news.astraweb.com> <0b78649a-16b3-4410-8258-e859578d62be@googlegroups.com> Date: Tue, 25 Mar 2014 15:19:50 +1100 Subject: Re: Time we switched to unicode? (was Explanation of this Python language feature?) From: Chris Angelico Cc: "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.15 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: 1395721200 news.xs4all.nl 2894 [2001:888:2000:d::a6]:40855 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:68951 On Tue, Mar 25, 2014 at 2:59 PM, Mark H Harris wrot= e: > I personally think the answer is extended key maps triggered by meta keys > shift ctrl opt alt command | which call up full alternate mappings of > Greek|Latin|Math|symbols &c which can be chosen by mouse|pointing device. > > > The mac calls these keyboard viewer, and character viewer. In that way th= e > full unicode set can be available from a standard qwerty keyboard without > modifying the hardware right away. I can get up a character map on any platform fairly easily, and if not, I can always Google the name of the character I want and copy and paste from fileformat.info or some other handy site. It's not that hard. But if I want to say "copyright", it's still quicker for me to type nine letters than to hunt down U+00A9 =C2=A9 to paste in somewhere. Even more so with lambda, which is a shorter word and a less common symbol (having an easy way to type A9 isn't uncommon these days, but not many give an easy way to type U+03BB). I'm much more comfortable typing that out. ChrisA