Path: csiph.com!newsfeed.hal-mli.net!feeder3.hal-mli.net!newsfeed.hal-mli.net!feeder1.hal-mli.net!feeder.erje.net!us.feeder.erje.net!news2.arglkargh.de!news.mixmin.net!rt.uk.eu.org!newsfeed.xs4all.nl!newsfeed2.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.008 X-Spam-Evidence: '*H*': 0.98; '*S*': 0.00; 'problem?': 0.07; 'subject:file': 0.07; 'string': 0.09; 'cc:addr:python-list': 0.11; 'chunks': 0.16; 'fails.': 0.16; 'splits': 0.16; 'subject:String': 0.16; 'sender:addr:gmail.com': 0.17; 'wrote:': 0.18; 'coding': 0.22; 'cc:addr:python.org': 0.22; 'header:User-Agent:1': 0.23; 'cc:2**0': 0.24; 'cc:no real name:2**0': 0.24; 'handling': 0.26; 'header:In-Reply-To:1': 0.27; 'am,': 0.29; 'once,': 0.31; 'subject:the': 0.34; 'problem.': 0.35; 'received:google.com': 0.35; 'two': 0.37; 'problems': 0.38; 'solve': 0.60; 'email addr:gmail.com': 0.63; 'face': 0.64; 'to:addr:gmail.com': 0.65 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:content-type:content-transfer-encoding; bh=NcFRBvC4yxBBZOiv+BiJZhRFD62efBy200ANwIKElE4=; b=bbP78skLnYh2FnRGdsqfFe/L161lL96rBbkM4bc2dEvufYEPpZcxDb9ic5WVmSeere BsotDFSikeSCpqf2zEztVPBjxO6iSGkRwy5SEOvL4zCTcIodjPO1DjF/IeylJzPHlA2n F9MJzIYjR+C1lmZIe+8EANZvtDS224mRdi+6iI2SwbZx2T8AYLFhFFywHrUgfJyD0ZOv rYJkV3yaL7KbGezx+AckGdbvcAU39a9ntBnRhggyCtM6ncNA/RRm4Kj9zKjxzFpcSa7H xMO1SKnmb2N6L+hD4LcY8IKmrEv7NbrES4JocD/8HUfsKX4Wc3UBgxygvtbmDALr0Xe/ k4KA== X-Received: by 10.229.229.70 with SMTP id jh6mr2210242qcb.12.1378465377028; Fri, 06 Sep 2013 04:02:57 -0700 (PDT) Sender: Ned Batchelder Date: Fri, 06 Sep 2013 07:02:56 -0400 From: Ned Batchelder User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.8; rv:17.0) Gecko/20130801 Thunderbird/17.0.8 MIME-Version: 1.0 To: wxjmfauth@gmail.com Subject: Re: Chardet, file, ... and the Flexible String Representation References: <4ce85ea8-4a4c-46cf-a546-ad999576a5f7@googlegroups.com> In-Reply-To: <4ce85ea8-4a4c-46cf-a546-ad999576a5f7@googlegroups.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit 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: , Newsgroups: comp.lang.python Message-ID: Lines: 10 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1378465881 news.xs4all.nl 15990 [2001:888:2000:d::a6]:46072 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:53780 On 9/6/13 5:11 AM, wxjmfauth@gmail.com wrote: > The Flexible String Representation has conceptually to > face the same problem. It splits "unicode" in chunks and > it has to solve two problems at the same time, the coding > and the handling of multiple "char sets". The problem? > It fails. Just once, please say *how* it fails. :( --Ned.