Path: csiph.com!newsfeed.hal-mli.net!feeder3.hal-mli.net!newsfeed.hal-mli.net!feeder1.hal-mli.net!newsfeed.xs4all.nl!newsfeed6.news.xs4all.nl!xs4all!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.031 X-Spam-Evidence: '*H*': 0.94; '*S*': 0.00; 'subject:Python': 0.05; 'msg': 0.07; 'garbage': 0.09; 'lawrence': 0.09; 'to:addr:comp.lang.python': 0.09; 'cc:addr:python-list': 0.10; 'users.': 0.16; 'wrote:': 0.17; 'unicode': 0.17; '>>>': 0.18; 'import': 0.21; 'cc:2**0': 0.23; 'elements': 0.23; 'somebody': 0.23; 'cc:no real name:2**0': 0.24; 'non': 0.24; 'least': 0.25; 'cc:addr:python.org': 0.25; 'header:In-Reply-To:1': 0.25; 'header :User-Agent:1': 0.26; 'this?': 0.28; "i'm": 0.29; 'button': 0.30; 'lists': 0.31; 'correctly.': 0.33; 'safely': 0.33; 'tech': 0.33; 'text,': 0.33; 'received:google.com': 0.34; 'received:209.85': 0.35; 'something': 0.35; 'why': 0.37; 'received:209': 0.37; 'subject:: ': 0.38; 'mark': 0.38; 'sure': 0.38; 'release': 0.39; 'from:no real name:2**0': 0.60; "you've": 0.61; 'further': 0.61; 'high': 0.61; 'containing': 0.61; 'email addr:gmail.com': 0.63; 'more': 0.63; 'account': 0.67; 'seat.': 0.84; 'received:209.85.213.184': 0.91; 'received:mail- yx0-f184.google.com': 0.91 Newsgroups: comp.lang.python Date: Wed, 26 Sep 2012 05:17:56 -0700 (PDT) In-Reply-To: Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=62.203.91.202; posting-account=ung4FAoAAAC46zhHJ0Nsnuox7M5gDvs_ References: User-Agent: G2/1.0 X-Google-Web-Client: true X-Google-IP: 62.203.91.202 MIME-Version: 1.0 Subject: Re: Article on the future of Python From: wxjmfauth@gmail.com To: comp.lang.python@googlegroups.com Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: 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 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Message-ID: Lines: 62 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1348661878 news.xs4all.nl 6981 [2001:888:2000:d::a6]:41795 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:30187 Le mercredi 26 septembre 2012 10:35:04 UTC+2, Mark Lawrence a =E9crit=A0: > On 26/09/2012 07:35, wxjmfauth@gmail.com wrote: >=20 > > >=20 > > Py 3.3 succeeded to somehow kill unicode and it has >=20 > > been transformed into an "American" product for >=20 > > "American" users. >=20 > > jmf >=20 > > >=20 >=20 >=20 > Why do you keep repeating this rubbish when you've already been shot to= =20 >=20 > pieces? Don't you know when it's time to make sure that you're safely=20 >=20 > strapped in and reach for and use the release button for the ejector=20 >=20 > seat. Further for somebody who is apparently up in the high tech world,= =20 >=20 > why are you using a gmail account and hence sending garbage in more ways= =20 >=20 > than one to mailing lists like this? >=20 >=20 >=20 > --=20 >=20 > Cheers. >=20 >=20 >=20 > Mark Lawrence. At least when the others are sending a msg containing non asii characters. I see them correctly. When you send such a text, I'm only able to see something like this (your_string): >>> import fourbiunicode >>> for c in your_string: ... fourbiunicode.FrenchNames[c] ... =20 'LETTRE MINUSCULE LATINE TR=C9MA' "POINT D'INTERROGATION RENVERS=C9" 'FRACTION UN DEMI' You have all the elements to reconstruct what is happening. (Notice, I'm not a Unicode illiterate) jmf