Python 3.x stuffing utf-8 into SQLite db

Chris Angelico rosuav at gmail.com
Mon Feb 9 12:41:40 EST 2015


On Tue, Feb 10, 2015 at 4:32 AM, Skip Montanaro
<skip.montanaro at gmail.com> wrote:
> On Sun, Feb 8, 2015 at 10:51 PM, Steven D'Aprano
> <steve+comp.lang.python at pearwood.info> wrote:
>> The second question is, are you
>> using Windows?
>
> No, I'm on a Mac (as, I think I indicated in my original note). All
> transformations occurred on a Mac. LibreOffice spit out a CSV file
> (with those three odd bytes). My script sucked in the CSV file and
> inserted data into my SQLite db.

Did the file originally come from Windows, or was it always on a Mac?

ChrisA



More information about the Python-list mailing list