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


Groups > comp.lang.python > #63324

Re: "More About Unicode in Python 2 and 3"

Path csiph.com!newsfeed.hal-mli.net!feeder3.hal-mli.net!newsfeed.hal-mli.net!feeder1.hal-mli.net!newsfeed.xs4all.nl!newsfeed3.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail
Return-Path <dreamingforward@gmail.com>
X-Original-To python-list@python.org
Delivered-To python-list@mail.python.org
X-Spam-Status OK 0.030
X-Spam-Evidence '*H*': 0.94; '*S*': 0.00; 'subject:Python': 0.06; 'binary': 0.07; 'ascii': 0.09; 'escape': 0.09; 'cc:addr:python- list': 0.11; 'cc:name:python list': 0.16; 'really?': 0.16; 'subject:More': 0.16; 'subject:Unicode': 0.16; 'cc:addr:python.org': 0.22; 'bytes': 0.24; 'guys': 0.24; 'cc:2**0': 0.24; 'long,': 0.26; 'defined': 0.27; 'header:In-Reply- To:1': 0.27; 'chris': 0.29; 'characters': 0.30; 'message- id:@mail.gmail.com': 0.30; 'apparently': 0.31; 'subject:About': 0.31; 'text': 0.33; 'community': 0.33; 'problem': 0.35; 'problem.': 0.35; 'something': 0.35; 'but': 0.35; 'received:google.com': 0.35; 'doing': 0.36; "didn't": 0.36; 'fact': 0.38; 'that,': 0.38; 'does': 0.39; 'bad': 0.39; 'subject:"': 0.60; "you'll": 0.62; 'refer': 0.63; 'different': 0.65; '(generic': 0.84; '*really*': 0.84; 'habit': 0.91
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 :cc:content-type; bh=HC9hUAN7mKhebi4LGiB1zQQRxp8qN/3mHhqp2tUTav0=; b=mBTXVbcTOJQbwEHp68jvQc5t2UxvN8WULRYs56cyPFrRj9SSbSxjAwfdtYFqUmx5kP aasr3FwlPQyWMFkOtLTHhqy9P3vb+DeJa2dnEmsuJxZMu6jZYe8trrRJ/UFvklZqlPmK rfxfO/wNLj5IYuJqgxoF9JZ0QpV9lpfvmb8g4UH2pD4q7S27nqOaXHorZ+KXoWVyvq8h KypYTYUvHAwpeClkv8bPG89rOiMGTLjnV8qrSJjqfmJQ+mE9H1zOZlEx1bWTS9xyvmF3 qcUphW1RQoeoH/BHYAr32RjJONbfygW5fqqRZ8itzmCXlpJoxE3ZuXs5hQ0lmJ+c9KSD i3sw==
MIME-Version 1.0
X-Received by 10.194.219.232 with SMTP id pr8mr13406961wjc.6.1389036655215; Mon, 06 Jan 2014 11:30:55 -0800 (PST)
In-Reply-To <52CAF722.6010301@stoneleaf.us>
References <lablra$1mc$2@ger.gmane.org> <52C9FD02.3080109@stoneleaf.us> <CAGGBd_qBA0OBELxgzERO4Tfs6quK7oYq8v_2idA=K2ycoiO6Dg@mail.gmail.com> <mailman.5022.1389022306.18130.python-list@python.org> <52cae78d$0$29971$c3e8da3$5496439d@news.astraweb.com> <52CAF722.6010301@stoneleaf.us>
Date Mon, 6 Jan 2014 13:30:55 -0600
Subject Re: "More About Unicode in Python 2 and 3"
From Mark Janssen <dreamingforward@gmail.com>
To Ethan Furman <ethan@stoneleaf.us>
Content-Type text/plain; charset=ISO-8859-1
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 <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.5045.1389036656.18130.python-list@python.org> (permalink)
Lines 23
NNTP-Posting-Host 2001:888:2000:d::a6
X-Trace 1389036656 news.xs4all.nl 2867 [2001:888:2000:d::a6]:38136
X-Complaints-To abuse@xs4all.nl
Xref csiph.com comp.lang.python:63324

Show key headers only | View raw


>> Chris didn't say "bytes and ascii data", he said "bytes and TEXT".
>> Text != "ascii data", and the fact that some people apparently think it
>> does is pretty much the heart of the problem.
>
> The heart of a different problem, not this one.  The problem I refer to is
> that many binary formats have well-defined ascii-encoded text tidbits.

Really?  If people are using binary with "well-defined ascii-encoded
tidbits", they're doing something wrong.  Perhaps you think escape
characters "\n" are "well defined tidbits", but YOU WOULD BE WRONG.
The purpose of binary is to keep things raw.  WTF?  You guys are so
strange.

>
>> If you (generic you) don't get that, you'll have a bad time. I mean
>> *really*
>> get it, deep down in the bone. The long, bad habit of thinking as
>> ASCII-encoded bytes as text is the problem here.

I think the whole forking community is confused at because of your own
arrogance.  Foo(l)s.

markj

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


Thread

Re: "More About Unicode in Python 2 and 3" Ethan Furman <ethan@stoneleaf.us> - 2014-01-06 07:10 -0800
  Re: "More About Unicode in Python 2 and 3" Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2014-01-07 04:27 +1100
    Re: "More About Unicode in Python 2 and 3" Ethan Furman <ethan@stoneleaf.us> - 2014-01-06 10:34 -0800
      Re: "More About Unicode in Python 2 and 3" Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2014-01-07 11:42 +1100
    Re: "More About Unicode in Python 2 and 3" Mark Janssen <dreamingforward@gmail.com> - 2014-01-06 13:30 -0600
    Re: "More About Unicode in Python 2 and 3" Mark Lawrence <breamoreboy@yahoo.co.uk> - 2014-01-06 19:36 +0000
    Re: "More About Unicode in Python 2 and 3" Mark Janssen <dreamingforward@gmail.com> - 2014-01-06 13:44 -0600
      Re: "More About Unicode in Python 2 and 3" Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2014-01-07 11:54 +1100
    Re: "More About Unicode in Python 2 and 3" Ned Batchelder <ned@nedbatchelder.com> - 2014-01-06 16:14 -0500
    Re: "More About Unicode in Python 2 and 3" Mark Janssen <dreamingforward@gmail.com> - 2014-01-06 15:23 -0600
    Re: "More About Unicode in Python 2 and 3" Mark Janssen <dreamingforward@gmail.com> - 2014-01-06 15:32 -0600
    Re: "More About Unicode in Python 2 and 3" Chris Angelico <rosuav@gmail.com> - 2014-01-07 10:03 +1100

csiph-web