Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #45135

Re: Unicode humor

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 <rosuav@gmail.com>
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 <kmle8s$1dr$1@ger.gmane.org>
References <roy-9F57AC.09191308052013@news.panix.com> <3e870f17-e7f5-4bcf-b848-f1947bad6859@k5g2000vbq.googlegroups.com> <518D1134.40708@nedbatchelder.com> <mailman.1536.1368199942.3114.python-list@python.org> <1d320295-df6a-4feb-9921-0d6cce7f68a2@yb1g2000pbc.googlegroups.com> <CAPTjJmrzdmQnnMY6J+emanJjJC=dX1i8tkbvE7KM0JUnOoZ5oQ@mail.gmail.com> <kmle8s$1dr$1@ger.gmane.org>
Date Sat, 11 May 2013 22:48:37 +1000
Subject Re: Unicode humor
From Chris Angelico <rosuav@gmail.com>
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 <python-list.python.org>
List-Unsubscribe <http://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe>
List-Archive <http://mail.python.org/pipermail/python-list/>
List-Post <mailto:python-list@python.org>
List-Help <mailto:python-list-request@python.org?subject=help>
List-Subscribe <http://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe>
Newsgroups comp.lang.python
Message-ID <mailman.1557.1368276526.3114.python-list@python.org> (permalink)
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

Show key headers only | View raw


On Sat, May 11, 2013 at 10:40 PM, Mark Lawrence <breamoreboy@yahoo.co.uk> 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

Back to comp.lang.python | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

Unicode humor Roy Smith <roy@panix.com> - 2013-05-08 09:19 -0400
  Re: Unicode humor Sven <svenito@gmail.com> - 2013-05-08 15:30 +0100
  Re: Unicode humor Christian Gollwitzer <auriocus@gmx.de> - 2013-05-08 19:16 +0200
  Re: Unicode humor jmfauth <wxjmfauth@gmail.com> - 2013-05-10 08:06 -0700
    Re: Unicode humor Chris Angelico <rosuav@gmail.com> - 2013-05-11 01:16 +1000
      Re: Unicode humor Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2013-05-11 07:01 +0000
        Re: Unicode humor Dennis Lee Bieber <wlfraed@ix.netcom.com> - 2013-05-11 15:28 -0400
    Re: Unicode humor Ned Batchelder <ned@nedbatchelder.com> - 2013-05-10 11:24 -0400
    Re: Unicode humor Chris Angelico <rosuav@gmail.com> - 2013-05-11 01:32 +1000
      Re: Unicode humor rusi <rustompmody@gmail.com> - 2013-05-10 09:07 -0700
        Re: Unicode humor MRAB <python@mrabarnett.plus.com> - 2013-05-10 17:24 +0100
        Re: Unicode humor Ethan Furman <ethan@stoneleaf.us> - 2013-05-10 09:26 -0700
        Re: Unicode humor Chris Angelico <rosuav@gmail.com> - 2013-05-11 22:48 +1000
        Re: Unicode humor Mark Lawrence <breamoreboy@yahoo.co.uk> - 2013-05-11 13:40 +0100
        Re: Unicode humor Chris Angelico <rosuav@gmail.com> - 2013-05-11 02:25 +1000

csiph-web