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


Groups > comp.lang.python > #85414

Re: Python 3.x stuffing utf-8 into SQLite db

Path csiph.com!v102.xanadu-bbs.net!xanadu-bbs.net!feeder.erje.net!eu.feeder.erje.net!newsfeed.xs4all.nl!newsfeed4.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail
Return-Path <skip.montanaro@gmail.com>
X-Original-To python-list@python.org
Delivered-To python-list@mail.python.org
X-Spam-Status OK 0.096
X-Spam-Evidence '*H*': 0.82; '*S*': 0.01; 'subject:Python': 0.06; 'subject:into': 0.09; 'did.': 0.16; 'dump': 0.16; 'fix': 0.17; 'wrote:': 0.18; 'feb': 0.22; 'email addr:gmail.com&gt;': 0.22; 'skip': 0.24; 'mon,': 0.24; '&gt;': 0.26; 'header:In-Reply-To:1': 0.27; 'to:2**1': 0.27; 'message-id:@mail.gmail.com': 0.30; 'stuff': 0.32; 'another': 0.32; 'something': 0.35; 'received:google.com': 0.35; 'thanks': 0.36; 'url:org': 0.36; 'should': 0.36; 'to:addr:python-list': 0.38; 'pm,': 0.38; 'to:addr:python.org': 0.39; 'to:addr:gmail.com': 0.65; '"just': 0.84; '2015': 0.84; 'fails,': 0.84; 'url:latest': 0.91; 'ware': 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 :content-type; bh=wSJmNUFJgyHawAI21JtJAZyma6IP7OCoLXodb6qZ6gw=; b=YWsJtOZfrjA5GMFzOs6SV7862DonaAbGaTlZ0BN6+2+j+14sopmSC5Ah8YYygy6MYe tcY/qo+YDNJppVwHRHF0kDNQ6WjmYErrZSmuH+MZMrTHn06ukctas5KR/L1XbEfaXYYP s5WftPpD5lZYkP2MDVTR01kbTKPFaqqzGS5dLot4HcPIEA0pyuOjtKL2tngo9bnPxLYK ctO68MgahQoQcLgg40RIJyA8oLurAVVpKaik+hITlN5KyDKTH1TtJdn8fLBnj7KbMZDY Bo9iYUL8RZQcsIUG95OBUGoyivtv/Tk+3LyWqKKFp6/0Ali9QiNCUx/4d3jVOa/4DpSO Fo5A==
MIME-Version 1.0
X-Received by 10.202.51.137 with SMTP id z131mr12980062oiz.10.1423528611685; Mon, 09 Feb 2015 16:36:51 -0800 (PST)
In-Reply-To <CANc-5Uyak8sQqWaW2oNMiecG-3EG-EVdOGL-i4N3+FGF-qJLVA@mail.gmail.com>
References <mailman.18555.1423453501.18130.python-list@python.org> <54d83ced$0$12895$c3e8da3$5496439d@news.astraweb.com> <CANc-5UxTFr-jUbDxEpWyBUFF1sznRPJ2ji6aGicCaru9V5rc_Q@mail.gmail.com> <CAKJDb-Nr4JTzC7HeuxMO0jwyBxbAtK-heo340NVS9H91Rb=OyQ@mail.gmail.com> <CANc-5Uyak8sQqWaW2oNMiecG-3EG-EVdOGL-i4N3+FGF-qJLVA@mail.gmail.com>
Date Mon, 9 Feb 2015 18:36:51 -0600
Subject Re: Python 3.x stuffing utf-8 into SQLite db
From Skip Montanaro <skip.montanaro@gmail.com>
To Zachary Ware <zachary.ware+pylist@gmail.com>, Python <python-list@python.org>
Content-Type multipart/alternative; boundary=001a113cd3da3a3234050eb1151e
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.18584.1423528619.18130.python-list@python.org> (permalink)
Lines 46
NNTP-Posting-Host 2001:888:2000:d::a6
X-Trace 1423528619 news.xs4all.nl 2855 [2001:888:2000:d::a6]:35235
X-Complaints-To abuse@xs4all.nl
Xref csiph.com comp.lang.python:85414

Show key headers only | View raw


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

On Mon, Feb 9, 2015 at 2:38 PM, Skip Montanaro <skip.montanaro@gmail.com>
wrote:

> On Mon, Feb 9, 2015 at 2:05 PM, Zachary Ware
> <zachary.ware+pylist@gmail.com> wrote:
> > If all else fails, you can try ftfy to fix things:
> > http://ftfy.readthedocs.org/en/latest/
>
> Thanks for the pointer. I would prefer to not hand-mangle this stuff
> in case I get another database dump from my USMS friends. Something
> like ftfy should help things "just work".
>

And indeed it did. Thanks Zachary.

Skip

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


Thread

Python 3.x stuffing utf-8 into SQLite db Skip Montanaro <skip.montanaro@gmail.com> - 2015-02-08 21:44 -0600
  Re: Python 3.x stuffing utf-8 into SQLite db Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2015-02-09 15:51 +1100
    Re: Python 3.x stuffing utf-8 into SQLite db Skip Montanaro <skip.montanaro@gmail.com> - 2015-02-09 11:32 -0600
    Re: Python 3.x stuffing utf-8 into SQLite db Chris Angelico <rosuav@gmail.com> - 2015-02-10 04:41 +1100
    Re: Python 3.x stuffing utf-8 into SQLite db Zachary Ware <zachary.ware+pylist@gmail.com> - 2015-02-09 14:05 -0600
    Re: Python 3.x stuffing utf-8 into SQLite db Skip Montanaro <skip.montanaro@gmail.com> - 2015-02-09 18:36 -0600
      Re: Python 3.x stuffing utf-8 into SQLite db wxjmfauth@gmail.com - 2015-02-10 00:23 -0800
  Re: Python 3.x stuffing utf-8 into SQLite db mm0fmf <none@mailinator.com> - 2015-02-09 19:41 +0000

csiph-web