Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #52386

Re: Could you verify this, Oh Great Unicode Experts of the Python-List?

Path csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!newsfeed.xs4all.nl!newsfeed2.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail
Return-Path <joshua.landau.ws@gmail.com>
X-Original-To python-list@python.org
Delivered-To python-list@mail.python.org
X-Spam-Status OK 0.061
X-Spam-Evidence '*H*': 0.89; '*S*': 0.01; 'subject:Python': 0.06; 'failing': 0.07; 'arguments': 0.09; 'cc:addr:python-list': 0.11; 'subject:Could': 0.16; 'subject:Unicode': 0.16; 'sender:addr:gmail.com': 0.17; 'wrote:': 0.18; 'aug': 0.22; 'cc:addr:python.org': 0.22; 'unicode': 0.24; 'cc:2**0': 0.24; 'header:In-Reply-To:1': 0.27; 'point': 0.28; 'message- id:@mail.gmail.com': 0.30; 'code': 0.31; '+0100,': 0.31; "d'aprano": 0.31; 'steven': 0.31; 'subject:the': 0.34; 'received:google.com': 0.35; 'subject:List': 0.36; 'subject:?': 0.36; 'letters': 0.60; 'august': 0.61; 'no.': 0.61; 'skip:n 10': 0.64; 'to:addr:gmail.com': 0.65; 'internet': 0.71; 'subject:this': 0.83; 'subject:you': 0.87; '2013': 0.98
DKIM-Signature v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:from:date:message-id :subject:to:cc:content-type:content-transfer-encoding; bh=NP0MNvPgbd9/axzU7iiKNexzSLbjR4CpeWL7sy9ziV8=; b=XYASPTQwzFxB7nNMxFY34ic4Rn47SAZLjsSmAnSi+X/RkQ6WRUpC1eYtb8gHOw9Qmq ZySqnZsllhdiWrZpoqs8/qNVRne/3suBmP/Ogjz/IqAwZXCWXMptH9RhcDPcIPgeUqEx ctpVfxWzqPGdaBZdEShEq1jPn1IR5/sKhN8o8DrUvw5bgoeo3VxhMLzCt0MZ1uWxctvM gb+QmYMEzPXkowCX304v173U+iOg33/5d53xvTvejg7af1yULJQcUpHqugkP3Wn81cbU Of4/5KUOXDwUpZ/oKxqNrOFqDBH/a9EBJKS/BzvVywGFWvKC5mbzwws0uT32XbBNTp/5 N3Iw==
X-Received by 10.152.26.72 with SMTP id j8mr3740580lag.19.1376226460398; Sun, 11 Aug 2013 06:07:40 -0700 (PDT)
MIME-Version 1.0
Sender joshua.landau.ws@gmail.com
In-Reply-To <a3042889-1f1e-4ff4-99fa-93cb0d2b2ff7@googlegroups.com>
References <mailman.468.1376201912.1251.python-list@python.org> <520754d7$0$30000$c3e8da3$5496439d@news.astraweb.com> <a3042889-1f1e-4ff4-99fa-93cb0d2b2ff7@googlegroups.com>
From Joshua Landau <joshua@landau.ws>
Date Sun, 11 Aug 2013 14:07:00 +0100
X-Google-Sender-Auth tftbtcEnK6D7qzcKxVvkleKlHjc
Subject Re: Could you verify this, Oh Great Unicode Experts of the Python-List?
To wxjmfauth@gmail.com
Content-Type text/plain; charset=UTF-8
Content-Transfer-Encoding quoted-printable
Cc python-list <python-list@python.org>
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 <http://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 <http://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe>
Newsgroups comp.lang.python
Message-ID <mailman.483.1376226468.1251.python-list@python.org> (permalink)
Lines 20
NNTP-Posting-Host 2001:888:2000:d::a6
X-Trace 1376226468 news.xs4all.nl 15946 [2001:888:2000:d::a6]:59912
X-Complaints-To abuse@xs4all.nl
Xref csiph.com comp.lang.python:52386

Show key headers only | View raw


On 11 August 2013 13:51,  <wxjmfauth@gmail.com> wrote:
> Le dimanche 11 août 2013 11:09:44 UTC+2, Steven D'Aprano a écrit :
>> On Sun, 11 Aug 2013 07:17:42 +0100, Joshua Landau wrote:
>>
>> The reason some accented letters have single code point forms is to
>> support legacy charsets; ...
>
> No.
>
> jmf
>
> PS Unicode normalization is failing expectedly very well
> with the FSR.

No.

Joshua Landau

PS Proper arguments are falling expectedly very well with the internet

Back to comp.lang.python | Previous | NextPrevious in thread | Find similar | Unroll thread


Thread

Could you verify this, Oh Great Unicode Experts of the Python-List? Joshua Landau <joshua@landau.ws> - 2013-08-11 07:17 +0100
  Re: Could you verify this, Oh Great Unicode Experts of the Python-List? Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2013-08-11 09:09 +0000
    Re: Could you verify this, Oh Great Unicode Experts of the Python-List? Joshua Landau <joshua@landau.ws> - 2013-08-11 10:44 +0100
      Re: Could you verify this, Oh Great Unicode Experts of the Python-List? Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2013-08-11 11:14 +0000
        Re: Could you verify this, Oh Great Unicode Experts of the Python-List? Chris Angelico <rosuav@gmail.com> - 2013-08-11 12:45 +0100
        Re: Could you verify this, Oh Great Unicode Experts of the Python-List? Joshua Landau <joshua@landau.ws> - 2013-08-11 12:59 +0100
        Re: Could you verify this, Oh Great Unicode Experts of the Python-List? Joshua Landau <joshua@landau.ws> - 2013-08-13 09:40 +0100
    Re: Could you verify this, Oh Great Unicode Experts of the Python-List? wxjmfauth@gmail.com - 2013-08-11 05:51 -0700
      Re: Could you verify this, Oh Great Unicode Experts of the Python-List? Joshua Landau <joshua@landau.ws> - 2013-08-11 14:07 +0100

csiph-web