Path: csiph.com!x330-a1.tempe.blueboxinc.net!usenet.pasdenom.info!weretis.net!feeder1.news.weretis.net!feeder.erje.net!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.038 X-Spam-Evidence: '*H*': 0.92; '*S*': 0.00; 'subject:Python': 0.05; 'bytes,': 0.09; 'encodings,': 0.16; 'received:192.168.1.104': 0.16; 'roy': 0.16; 'subject:usage': 0.16; 'to:addr:pearwood.info': 0.16; 'to:addr:steve+comp.lang.python': 0.16; "to:name:steven d'aprano": 0.16; 'cc:addr:python-list': 0.16; 'wrote:': 0.18; 'bytes': 0.18; 'simpler': 0.18; 'cc:no real name:2**0': 0.21; 'header:In-Reply-To:1': 0.22; 'feb': 0.22; 'subject:numbers': 0.23; 'string': 0.24; 'cc:2**0': 0.26; 'bit': 0.28; 'cc:addr:python.org': 0.29; 'pm,': 0.29; 'characters,': 0.30; 'sun,': 0.30; 'nobody': 0.31; 'header:User-Agent:1': 0.33; 'steven': 0.34; 'then.': 0.34; 'cheap': 0.37; 'using': 0.37; 'received:192': 0.38; 'couple': 0.38; 'think': 0.38; 'received:192.168.1': 0.39; 'that.': 0.39; 'unless': 0.39; 'point': 0.40; "you'll": 0.61; 'more': 0.61; 'everybody': 0.63; 'life': 0.63; 'hopefully,': 0.67; 'storage': 0.70; 'header:Reply- To:1': 0.70; 'reply-to:no real name:2**0': 0.72; '-0500,': 0.84; 'inefficient': 0.91 Date: Sun, 12 Feb 2012 19:03:54 -0500 From: Dave Angel User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.24) Gecko/20111109 Thunderbird/3.1.16 MIME-Version: 1.0 To: Steven D'Aprano Subject: Re: Python usage numbers References: <4F36E2F5.9000505@gmail.com> <4f37229b$0$29986$c3e8da3$5496439d@news.astraweb.com> <4f384b6e$0$29986$c3e8da3$5496439d@news.astraweb.com> In-Reply-To: <4f384b6e$0$29986$c3e8da3$5496439d@news.astraweb.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Provags-ID: V02:K0:/OEqmbfv0O+fzr7Ye7koLEkUmfY2CpiTacE+5ghiyCZ 8NEjHoV2MQtiJCbQAruL22wvkvXUux/53CDKkVSe0XsXiVtrrR 9F9GaVbGl66D/NK8kvFwP1sZIYolkPzexvDdu3JZ1mmeMatJxr RfCO/L4c/RkUkuNSJUfU5ScJwzU8zAkJpXz4xk12HzgUS31NlP aanskO+TTNYbl7QV7f396j7ewA0mhgN+n3pJ5j2iCxa31T+DAe 3WbOIg8Os8n0p/EUE99dwGN/pzjMvP2gyx9LFKu6NxNdVrT0Cm ol3Uc3fofrnV5lJ/RWumFyLiV8yooRTojLf+VcfS9PclF6gAA= = Cc: python-list@python.org X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.12 Precedence: list Reply-To: d@davea.name 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: 23 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1329091472 news.xs4all.nl 6963 [2001:888:2000:d::a6]:51316 X-Complaints-To: abuse@xs4all.nl Xref: x330-a1.tempe.blueboxinc.net comp.lang.python:20317 On 02/12/2012 06:29 PM, Steven D'Aprano wrote: > On Sun, 12 Feb 2012 17:27:34 -0500, Roy Smith wrote: > >> >> Hopefully, we will eventually reach the point where storage is so cheap >> that nobody minds how inefficient UTF-32 is and we all just start using >> that. Life will be a lot simpler then. No more transcoding, a string >> will just as many bytes as it is characters, and everybody will be happy >> again. > I think you mean 4 times as many bytes as characters. Unless you have 32 > bit bytes :) > > Until you have 32 bit bytes, you'll continue to have encodings, even if only a couple of them. -- DaveA