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: 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 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> <5293689A.8040508@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 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 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Newsgroups: comp.lang.python Message-ID: 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 Chris Angelico 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 ) 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