Path: csiph.com!usenet.pasdenom.info!weretis.net!feeder1.news.weretis.net!feeder.erje.net!eweka.nl!lightspeed.eweka.nl!194.109.133.85.MISMATCH!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.025 X-Spam-Evidence: '*H*': 0.95; '*S*': 0.00; 'source.': 0.05; 'pep': 0.09; 'subject:string': 0.09; 'aug': 0.13; 'language': 0.14; 'from:addr:rosuav': 0.16; 'from:name:chris angelico': 0.16; 'subject:unicode': 0.16; 'wrote:': 0.17; 'thu,': 0.17; 'unicode': 0.17; 'code,': 0.18; 'received:209.85.214.174': 0.21; "python's": 0.23; 'header:In-Reply-To:1': 0.25; 'am,': 0.27; 'message- id:@mail.gmail.com': 0.27; '"python"': 0.29; 'idea,': 0.29; 'proposing': 0.29; 'implement': 0.32; 'to:addr:python-list': 0.33; 'received:google.com': 0.34; 'text': 0.34; 'open': 0.35; 'received:209.85': 0.35; 'something': 0.35; 'why': 0.37; 'rather': 0.37; 'received:209': 0.37; 'subject:: ': 0.38; 'some': 0.38; 'to:addr:python.org': 0.39; 'received:209.85.214': 0.39; 'header:Received:5': 0.40; 'your': 0.60; 'subject:, ': 0.61; 'free': 0.61; '30,': 0.62; 'subject:...': 0.63; 'borrow': 0.84; 'subject:, ...': 0.84 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=ue7UMrJU5V0aePLeeSohTCHSShZG1GQEvyvM3OesluM=; b=oTeAoGhxiaRYjMbNV+k0t4nwrJvETWQNWU/4QZidNnOQquICWT9E2GKGmsnHSTbKDQ ZFwNhl4FYImgewr8bJ9cELFKyF7d5CcS0oO1CLVK2eMQFcFCwdrl0ZbvCQsYtKXphxFG BTraGd6WDFzoC5TM36vjGEZPScc4rUrB5UAjA7A/U/uWXbkHjdHDmJ8xoRGtxAD8oXDr 7LyHEfjnMiddDvi/nN9rcv5WKlq4ze/SPWtHoC5ZweRkgmxE9eW1ZN21GpnzZ0wpsgc1 oSAsdMCZxgVqm4LQGvNEqvaiBSFusYD5vLuXubajdyHQ2j4giN5qcLhH80P4XoQFUlsy qr7g== MIME-Version: 1.0 In-Reply-To: <4676a334-d558-4132-b5ec-1700502dd50f@googlegroups.com> References: <1cb3f062-eb45-4b0c-977b-76afb099923c@googlegroups.com> <503a0d51$0$6574$c3e8da3$5496439d@news.astraweb.com> <503a8361$0$6574$c3e8da3$5496439d@news.astraweb.com> <2e92da71-fbd2-467f-9088-1c79fa7bcf69@googlegroups.com> <62566024-df1d-4948-a27a-45c7820ddc6c@googlegroups.com> <4676a334-d558-4132-b5ec-1700502dd50f@googlegroups.com> Date: Thu, 30 Aug 2012 01:54:24 +1000 Subject: Re: Flexible string representation, unicode, typography, ... 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: 13 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1346255667 news.xs4all.nl 6976 [2001:888:2000:d::a6]:58029 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:28068 On Thu, Aug 30, 2012 at 1:43 AM, wrote: > If "Python" has found a new way to cover the set > of the Unicode characters, why not proposing it > to the Unicode consortium? Python's open source. If some other language wants to borrow the idea, they can look at the code, or alternatively, just read PEP 393 and implement something similar. It's a free world. By the way, can you please trim the quoted text in your replies? It's rather lengthy. ChrisA