Path: csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!us.feeder.erje.net!news2.arglkargh.de!zen.net.uk!dedekind.zen.co.uk!aioe.org!news.stack.nl!newsfeed.xs4all.nl!newsfeed1.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.065 X-Spam-Evidence: '*H*': 0.87; '*S*': 0.00; 'encode': 0.09; 'lawrence': 0.09; 'python': 0.11; "wouldn't": 0.14; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'subject:Unicode': 0.16; 'unicode,': 0.16; 'sat,': 0.16; 'wrote:': 0.18; 'certainly': 0.24; 'least': 0.26; 'world,': 0.26; 'header:In-Reply-To:1': 0.27; 'message-id:@mail.gmail.com': 0.30; 'languages': 0.32; "can't": 0.35; 'received:google.com': 0.35; 'shows': 0.36; 'depends': 0.38; 'e.g.': 0.38; 'version,': 0.38; 'to:addr:python-list': 0.38; 'pm,': 0.38; 'does': 0.39; 'to:addr:python.org': 0.39; 'space': 0.40; 'how': 0.40; 'even': 0.60; 'most': 0.60; 'simply': 0.61; 'combining': 0.68; 'secret': 0.74; 'music,': 0.84; '2013': 0.98 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:in-reply-to:references:date:message-id :subject:from:to:content-type; bh=ZZZYGKnKdjN/iBl9g7ubXgDmjm4UHYmuJFR4SHOh+JY=; b=Z+RyGfK9+kec9NUqLP03sL/IoSEWniAAwm6FHjYE6I/frdF8E7EuBTguHTEjnWCjYs MEdwa4yvMHelrGlzasRWq4+Bpz2jF/aV5+nY4uDXUOF3Li19hxMJsBtE/VZ8hVuZWNG0 w82GQf2uWD3Go8c6L9MAZqT8uzCX6s9feOzemlVqaosAIfxRUFGWeJOBj4pXLh5VdTfr u4pY0enaAZW711Mw4PyOstVwZjKZmaaWZbqrUOYPYYplvVpP9+rpn37kqGeem8CQtbAB eHcp86EoINtMUEal6Vg95vzj6xkhjOAn+Gptn5eosD12XDdEizT0drYTrohsw1faHbHl siTA== MIME-Version: 1.0 X-Received: by 10.220.67.200 with SMTP id s8mr13719406vci.66.1368276517573; Sat, 11 May 2013 05:48:37 -0700 (PDT) In-Reply-To: References: <3e870f17-e7f5-4bcf-b848-f1947bad6859@k5g2000vbq.googlegroups.com> <518D1134.40708@nedbatchelder.com> <1d320295-df6a-4feb-9921-0d6cce7f68a2@yb1g2000pbc.googlegroups.com> Date: Sat, 11 May 2013 22:48:37 +1000 Subject: Re: Unicode humor 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.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: 12 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1368276526 news.xs4all.nl 15878 [2001:888:2000:d::a6]:41496 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:45135 On Sat, May 11, 2013 at 10:40 PM, Mark Lawrence wrote: > This simply shows bias to the English speaking world, as does Python > unicode, at least in 3.3+. I wouldn't mind betting that other languages > can't cope, e.g. can 3.3+ manage the top secret joke that's so deadly even > the Germans die laughing? It most certainly can. However, the space it takes up depends on how you encode the combining characters; for maximal efficiency of transmission, you would want to use the fully-composed version, because like music, if it isn't composed, it's decomposed. ChrisA