Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #45105
| Path | csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!xlned.com!feeder7.xlned.com!newsfeed.xs4all.nl!newsfeed3.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.085 |
| X-Spam-Evidence | '*H*': 0.86; '*S*': 0.03; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'ground,': 0.16; 'reflects': 0.16; 'roy': 0.16; 'subject:Unicode': 0.16; 'unicode.': 0.16; 'sat,': 0.16; 'wrote:': 0.18; 'unicode': 0.24; 'header:In-Reply- To:1': 0.27; 'am,': 0.29; 'message-id:@mail.gmail.com': 0.30; 'received:google.com': 0.35; 'two': 0.37; 'to:addr:python-list': 0.38; 'to:addr:python.org': 0.39; 'skip:u 10': 0.60; 'smith': 0.68; 'lack': 0.78; 'recently:': 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=yRiJJgLMEx54p7fhRDn29XDKSdi4D5pIGLZz9wbEU4c=; b=chSGG4QEvpKF7SPyTJIzZrHL4pFlwbmHtGpuypoBZGNOz6gzyiaA6rSHU9r/p2BNYh 6V6a67zClqZ8qkQ1qhNX/FpLfbBhlrwSILF1xQr3TpYiBSQbYPACAmSdMyKVn8P/BGfx 1P2Y/79fHWpKx6xFFhthyr+a3w0USSge2ywWBuD1i4xtEeGQ1X3nsd+EM3zmmaNrvCpj QhF2Gcvx3dMZoiVBErRmA9eH6njgZCTBn8soyBoyoKpL7jygOlFU4HRuRs5XNF8K/g0s g2MnfRGuK1bh4Rz04+lBTi5xLwxwa8ZIHNnfjsuGevoNtIp9BBCsgaxz8a3UM8AuevmV zrrw== |
| MIME-Version | 1.0 |
| X-Received | by 10.52.20.210 with SMTP id p18mr9564872vde.42.1368198996492; Fri, 10 May 2013 08:16:36 -0700 (PDT) |
| In-Reply-To | <3e870f17-e7f5-4bcf-b848-f1947bad6859@k5g2000vbq.googlegroups.com> |
| References | <roy-9F57AC.09191308052013@news.panix.com> <3e870f17-e7f5-4bcf-b848-f1947bad6859@k5g2000vbq.googlegroups.com> |
| Date | Sat, 11 May 2013 01:16:36 +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.1533.1368198999.3114.python-list@python.org> (permalink) |
| Lines | 17 |
| NNTP-Posting-Host | 2001:888:2000:d::a6 |
| X-Trace | 1368198999 news.xs4all.nl 15908 [2001:888:2000:d::a6]:50521 |
| X-Complaints-To | abuse@xs4all.nl |
| Xref | csiph.com comp.lang.python:45105 |
Show key headers only | View raw
On Sat, May 11, 2013 at 1:06 AM, jmfauth <wxjmfauth@gmail.com> wrote: > On 8 mai, 15:19, Roy Smith <r...@panix.com> wrote: >> Apropos to any of the myriad unicode threads that have been going on >> recently: >> >> http://xkcd.com/1209/ > > ------ > > > This reflects a lack of understanding of Unicode. By the skywriter, or by the two on the ground, or by Randall Munroe? Or by jmf? ChrisA
Back to comp.lang.python | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll 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