Path: csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!aioe.org!news.stack.nl!newsfeed.xs4all.nl!newsfeed6.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.003 X-Spam-Evidence: '*H*': 0.99; '*S*': 0.00; 'subject:Python': 0.05; 'ascii': 0.07; 'terry': 0.07; 'utf-8': 0.09; 'am,': 0.12; '*before*': 0.16; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'reedy': 0.16; 'set,': 0.16; 'subject:usage': 0.16; 'mon,': 0.16; 'solution.': 0.17; 'wrote:': 0.18; 'received:209.85.210.174': 0.21; 'received:mail- iy0-f174.google.com': 0.21; "doesn't": 0.22; 'header:In-Reply- To:1': 0.22; 'feb': 0.22; 'subject:numbers': 0.23; 'byte': 0.24; 'message-id:@mail.gmail.com': 0.29; 'unicode': 0.29; 'idea': 0.32; 'character': 0.34; 'rather': 0.34; 'to:addr:python-list': 0.35; 'sets': 0.35; 'encoding': 0.37; 'but': 0.37; 'received:google.com': 0.37; 'received:209.85': 0.38; 'replace': 0.38; 'could': 0.38; 'received:209': 0.39; 'to:addr:python.org': 0.40; 'more': 0.61; 'hope': 0.61; 'encoding,': 0.84 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=vPkQ5XYvU1sAFPlhZwJYPebsuKMxHtJkQbcLpPNPYdg=; b=gXcmYdl0BzO/M8GP5BVBzmamwhHwDQkai0nFrewKIY2Crt5V+6CeisX24msr8JgqLO dGOaTciNzWCPxo4da96AzEH6u2p1U07at1tXlGH6gdEFEyll7VfQ781KW30tGw9RaEiX GTe9xxRbMucVqN9UJ2yBFxP07pdtwV0C7g0wM= MIME-Version: 1.0 In-Reply-To: References: <4F36E2F5.9000505@gmail.com> <4f37229b$0$29986$c3e8da3$5496439d@news.astraweb.com> Date: Mon, 13 Feb 2012 09:14:29 +1100 Subject: Re: Python usage numbers 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.12 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: 1329084873 news.xs4all.nl 6934 [2001:888:2000:d::a6]:33636 X-Complaints-To: abuse@xs4all.nl Xref: x330-a1.tempe.blueboxinc.net comp.lang.python:20297 On Mon, Feb 13, 2012 at 9:07 AM, Terry Reedy wrote: > The situation before ascii is like where we ended up *before* unicode. > Unicode aims to replace all those byte encoding and character sets with > *one* byte encoding for *one* character set, which will be a great > simplification. It is the idea of ascii applied on a global rather that > local basis. Unicode doesn't deal with byte encodings; UTF-8 is an encoding, but so are UTF-16, UTF-32. and as many more as you could hope for. But broadly yes, Unicode IS the solution. ChrisA