Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #60467
| Path | csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!goblin2!goblin.stu.neva.ru!newsfeed1.swip.net!uio.no!news.tele.dk!news.tele.dk!small.news.tele.dk!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail |
|---|---|
| Return-Path | <python-python-list@m.gmane.org> |
| X-Original-To | python-list@python.org |
| Delivered-To | python-list@mail.python.org |
| X-Spam-Status | OK 0.001 |
| X-Spam-Evidence | '*H*': 1.00; '*S*': 0.00; 'python,': 0.02; 'exists.': 0.07; 'problem:': 0.07; 'enormous': 0.09; 'received:80.91': 0.09; 'received:80.91.229': 0.09; 'received:gmane.org': 0.09; 'received:list': 0.09; '\xe2\x80\x94': 0.09; 'python': 0.11; '16-bit': 0.16; 'backward': 0.16; 'finney': 0.16; 'received:80.91.229.3': 0.16; 'received:plane.gmane.org': 0.16; 'subject:tasks': 0.16; 'url:standards': 0.16; 'subject:python': 0.16; 'followed': 0.16; 'language': 0.16; 'fix': 0.17; "python's": 0.19; 'programming': 0.22; 'header:User-Agent:1': 0.23; 'unicode': 0.24; 'developers': 0.25; 'communities': 0.26; 'long,': 0.26; 'right.': 0.26; 'header:X-Complaints-To:1': 0.27; 'installed': 0.27; 'fixed': 0.29; 'chris': 0.29; 'characters': 0.30; 'see,': 0.30; 'code': 0.31; 'breaking': 0.31; 'initiate': 0.31; 'men': 0.31; 'though.': 0.31; 'writes:': 0.31; 'front': 0.32; 'languages': 0.32; 'community': 0.33; 'there,': 0.34; 'but': 0.35; 'false': 0.36; 'transition': 0.36; 'similar': 0.36; 'url:org': 0.36; 'example,': 0.37; 'two': 0.37; 'being': 0.38; 'ben': 0.38; 'to:addr:python-list': 0.38; 'does': 0.39; 'to:addr:python.org': 0.39; 'received:org': 0.40; 'skip:n 30': 0.60; 'most': 0.60; 'hear': 0.63; 'more': 0.64; 'finally': 0.65; 'skip:\xe2 10': 0.65; 'wish': 0.70; 'url:htm': 0.73; '\xe2\x80\x93': 0.77 |
| X-Injected-Via-Gmane | http://gmane.org/ |
| To | python-list@python.org |
| From | Ben Finney <ben+python@benfinney.id.au> |
| Subject | Re: python for everyday tasks |
| Date | Tue, 26 Nov 2013 10:35:00 +1100 |
| References | <5737051f-26d4-4771-b4a0-d41062f1a4ef@googlegroups.com> <52900c74$0$29993$c3e8da3$5496439d@news.astraweb.com> <d41c02c1-22f4-477c-b4ad-79001f13e302@googlegroups.com> <5293689A.8040508@gmail.com> <CAPTjJmr3UEPJ7X7MKRb_oejbBqs5cZvqWjXzjSc5-yOHaEc-0w@mail.gmail.com> |
| Mime-Version | 1.0 |
| Content-Type | text/plain; charset=utf-8 |
| Content-Transfer-Encoding | 8bit |
| X-Gmane-NNTP-Posting-Host | rasputin.madmonks.org |
| X-Public-Key-ID | 0xAC128405 |
| X-Public-Key-Fingerprint | 517C F14B B2F3 98B0 CB35 4855 B8B2 4C06 AC12 8405 |
| X-Public-Key-URL | http://www.benfinney.id.au/contact/bfinney-gpg.asc |
| X-Post-From | Ben Finney <bignose+hates-spam@benfinney.id.au> |
| User-Agent | Gnus/5.13 (Gnus v5.13) Emacs/23.4 (gnu/linux) |
| Cancel-Lock | sha1:UReaBtOlKqlUWpZpbwqoh9NNEUU= |
| 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 | <https://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 | <https://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.3204.1385422515.18130.python-list@python.org> (permalink) |
| Lines | 38 |
| NNTP-Posting-Host | 2001:888:2000:d::a6 |
| X-Trace | 1385422515 news.xs4all.nl 15881 [2001:888:2000:d::a6]:43138 |
| X-Complaints-To | abuse@xs4all.nl |
| Xref | csiph.com comp.lang.python:60467 |
Show key headers only | View raw
Chris Angelico <rosuav@gmail.com> writes: > (Fifteen years. It's seventeen years since Unicode 2.0, when 16-bit > characters were outmoded. It's about time _every_ modern language > followed Python's and Pike's lead and got its Unicode support right.) Most languages that already have some support for Unicode have a significant amount of legacy code to continue supporting, though. Python has the same problem: there're still heaps of Python 2 deployments out there, and more being installed every day, none of which do Unicode right. To fix Unicode support in Python, the developers and community had to initiate – and is still working through – a long, high-effort transition across a backward-incompatible change in order to get the community to Python 3, which finally does Unicode right. Other language communities will likely have to do a similar huge effort, or forever live with nearly-right-but-fundamentally-broken Unicode support. See, for example, the enormous number of ECMAScript deployments in every user-facing browser, all with the false assumption (§2 of ECMA-262 <URL:http://www.ecma-international.org/publications/standards/Ecma-262.htm>) that UTF-16 and Unicode are the same thing and nothing outside the BMP exists. And ECMAScript is near the front of the programming language pack in terms of Unicode support — most others have far more heinous flaws that need to be fixed by breaking backward compatibility. I wish their communities luck. -- \ “Nature hath given men one tongue but two ears, that we may | `\ hear from others twice as much as we speak.” —Epictetus, | _o__) _Fragments_ | Ben Finney
Back to comp.lang.python | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
python for everyday tasks koch.mate@gmail.com - 2013-11-22 15:59 -0800
Re: python for everyday tasks Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2013-11-23 02:01 +0000
Re: python for everyday tasks wxjmfauth@gmail.com - 2013-11-25 02:12 -0800
Re: python for everyday tasks Mark Lawrence <breamoreboy@yahoo.co.uk> - 2013-11-25 13:33 +0000
Re: python for everyday tasks Michael Torrie <torriem@gmail.com> - 2013-11-25 08:11 -0700
Re: python for everyday tasks wxjmfauth@gmail.com - 2013-11-25 08:17 -0800
Re: python for everyday tasks Chris Angelico <rosuav@gmail.com> - 2013-11-26 02:38 +1100
Re: python for everyday tasks Ben Finney <ben+python@benfinney.id.au> - 2013-11-26 10:35 +1100
Re: python for everyday tasks Chris Angelico <rosuav@gmail.com> - 2013-11-26 11:09 +1100
Re: python for everyday tasks Pavel Volkov <negaipub@gmail.com> - 2013-11-27 22:05 +0400
Re: python for everyday tasks Michael Torrie <torriem@gmail.com> - 2013-11-27 11:15 -0700
Re: python for everyday tasks Chris Angelico <rosuav@gmail.com> - 2013-11-28 10:11 +1100
Re: python for everyday tasks Ned Batchelder <ned@nedbatchelder.com> - 2013-11-22 18:32 -0800
Re: python for everyday tasks Dan Stromberg <drsalists@gmail.com> - 2013-11-22 22:28 -0800
Re: python for everyday tasks Dan Stromberg <drsalists@gmail.com> - 2013-11-22 22:36 -0800
Re: python for everyday tasks Chris Angelico <rosuav@gmail.com> - 2013-11-23 18:25 +1100
Re: python for everyday tasks koch.mate@gmail.com - 2013-11-23 16:54 -0800
csiph-web