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


Groups > comp.lang.python > #70632

Re: Unicode in Python

Path csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!newsfeed.xs4all.nl!newsfeed1a.news.xs4all.nl!xs4all!post.news.xs4all.nl!not-for-mail
Return-Path <ian.g.kelly@gmail.com>
X-Original-To python-list@python.org
Delivered-To python-list@mail.python.org
X-Spam-Status OK 0.029
X-Spam-Evidence '*H*': 0.94; '*S*': 0.00; 'subject:Python': 0.06; 'statements': 0.09; 'python': 0.11; 'wrote': 0.14; '==========': 0.16; 'illusion': 0.16; 'subject:Unicode': 0.16; 'apps': 0.16; 'wrote:': 0.18; 'properly': 0.19; 'working.': 0.19; 'email addr:gmail.com&gt;': 0.22; 'skip:n 60': 0.24; 'text,': 0.24; '&gt;': 0.26; 'certain': 0.27; 'header:In-Reply-To:1': 0.27; 'am,': 0.29; 'character': 0.29; 'message-id:@mail.gmail.com': 0.30; 'handled': 0.32; 'supposed': 0.32; 'quite': 0.32; 'anybody': 0.35; 'test': 0.35; 'received:google.com': 0.35; 'generic': 0.38; 'to:addr:python-list': 0.38; 'to:addr:python.org': 0.39; '26,': 0.68; 'containing': 0.69; '100': 0.79; '"not': 0.84; 'frustrating': 0.84; '\xe2\x82\xac': 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=lwYJ3UxhMCoTuIUVQdY7P8U5dB7STSrjaRT1wLvK4oA=; b=drPlksARrJqOMA1T4lFKAWB5lx/tpNHVKN8fW0yWHYO0w7yS0eBhvouZ0p9ZTPuP7Z zqNIP4ivEK6+xdqv2bKm0lWBxlwe6K7eJD1/bX2qAuiqxfgFcOgX2Bqb7iKlw44F6JjB AExYMDK2/6Rv9tJkJWhqf1qEtWqTwJ+HYWy5k97FQ+RR10Y1TD2oUN8K+DGetBbr1Wy0 Xpe76KlU8oEj1UzthDs6nGINid4EXrO85xp5TR+vp5/I0ZHltDxseZ1kfp+CZtM+Q4D4 8TcpQS6P9nhrXF7vq1V1i28EOmyqvVY20XOJcTlyr5B03XKHGT4ps2vW2ql5grNVi3DD iIvw==
MIME-Version 1.0
X-Received by 10.68.235.6 with SMTP id ui6mr14138256pbc.45.1398519509724; Sat, 26 Apr 2014 06:38:29 -0700 (PDT)
In-Reply-To <ljfo63$5lq$1@ger.gmane.org>
References <0f253434-5e7d-4eea-88e1-7997fec2bd2d@googlegroups.com> <mailman.9452.1398232238.18130.python-list@python.org> <773afa7d-4b6d-4d67-8d40-ea90b335a1a2@googlegroups.com> <5357715c$0$11109$c3e8da3@news.astraweb.com> <aa55b40a-9032-401c-a24d-1b7518ebe1e1@googlegroups.com> <03bb12d8-93be-4ef6-94ae-4a02789aea2d@googlegroups.com> <ljfo63$5lq$1@ger.gmane.org>
Date Sat, 26 Apr 2014 09:38:29 -0400
Subject Re: Unicode in Python
From Ian Kelly <ian.g.kelly@gmail.com>
To Python <python-list@python.org>
Content-Type multipart/alternative; boundary=047d7b33d08496b35304f7f23286
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 <https://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 <https://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe>
Newsgroups comp.lang.python
Message-ID <mailman.9518.1398519519.18130.python-list@python.org> (permalink)
Lines 60
NNTP-Posting-Host 2001:888:2000:d::a6
X-Trace 1398519519 news.xs4all.nl 2830 [2001:888:2000:d::a6]:37059
X-Complaints-To abuse@xs4all.nl
Xref csiph.com comp.lang.python:70632

Show key headers only | View raw


[Multipart message — attachments visible in raw view] - view raw

On Apr 26, 2014 3:46 AM, "Frank Millman" <frank@chagford.com> wrote:
>
>
> <wxjmfauth@gmail.com> wrote in message
> news:03bb12d8-93be-4ef6-94ae-4a02789aea2d@googlegroups.com...
> > ==========
> >
> > I wrote once 90 % of Python 2 apps (a generic term) supposed to
> > process text, strings are not working.
> >
> > In Python 3, that's 100 %. It is somehow only by chance, apps may
> > give the illusion they are properly working.
> >
>
> It is quite frustrating when you make these statements without explaining
> what you mean by 'not working'.

As far as anybody has been able to determine, what jmf means by "not
working" is  that strings containing the € character are handled less
efficiently than strings that do not contain it in certain contrived test
cases.

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


Thread

Unicode in Python Rustom Mody <rustompmody@gmail.com> - 2014-04-22 22:31 -0700
  Re: Unicode in Python Chris Angelico <rosuav@gmail.com> - 2014-04-23 15:50 +1000
    Re: Unicode in Python Rustom Mody <rustompmody@gmail.com> - 2014-04-22 23:57 -0700
      Re: Unicode in Python Chris Angelico <rosuav@gmail.com> - 2014-04-23 17:06 +1000
      Re: Unicode in Python Steven D'Aprano <steve@pearwood.info> - 2014-04-23 07:29 +0000
      Re: Unicode in Python Steven D'Aprano <steve@pearwood.info> - 2014-04-23 07:53 +0000
        Re: Unicode in Python Rustom Mody <rustompmody@gmail.com> - 2014-04-23 10:59 -0700
          Re: Unicode in Python wxjmfauth@gmail.com - 2014-04-26 00:15 -0700
            Re: Unicode in Python "Frank Millman" <frank@chagford.com> - 2014-04-26 09:45 +0200
            Re: Unicode in Python Ben Finney <ben@benfinney.id.au> - 2014-04-26 17:50 +1000
            Re: Unicode in Python Ian Kelly <ian.g.kelly@gmail.com> - 2014-04-26 09:38 -0400
              Re: Unicode in Python wxjmfauth@gmail.com - 2014-04-27 07:29 -0700
              Re: Unicode in Python wxjmfauth@gmail.com - 2014-04-28 01:57 -0700
                Re: Unicode in Python random832@fastmail.us - 2014-05-01 13:21 -0400
                Re: Unicode in Python wxjmfauth@gmail.com - 2014-05-07 23:04 -0700
                Re: Unicode in Python Michael Torrie <torriem@gmail.com> - 2014-05-01 21:50 -0600
                Re: Unicode in Python wxjmfauth@gmail.com - 2014-05-03 00:46 -0700
          Re: Unicode in Python Rustom Mody <rustompmody@gmail.com> - 2014-04-27 10:39 -0700
  Re: Unicode in Python Steven D'Aprano <steve@pearwood.info> - 2014-04-23 05:52 +0000
    Re: Unicode in Python Devin Jeanpierre <jeanpierreda@gmail.com> - 2014-04-22 23:19 -0700
    Re: Unicode in Python Ben Finney <ben@benfinney.id.au> - 2014-04-23 16:41 +1000

csiph-web