Re: [sqlite] [UnicodeEncodeError] Don't know what else to try

2008-11-16 Thread Gilles Ganault
On Fri, 14 Nov 2008 10:59:23 +0100, Michael Schlenker <[EMAIL PROTECTED]> wrote: >A tool like chardet helps: >http://chardet.feedparser.org/ Thanks for the link. Turns out some data were Unicode, while others were 1252. ___ sqlite-users mailing list sql

Re: [sqlite] [UnicodeEncodeError] Don't know what else to try

2008-11-14 Thread Michael Schlenker
Gilles Ganault schrieb: > Hello > > Data that I download from the web seems to be using different code > pages at times, and Python doesn't like this. Not sure what this has to do with SQLite... Basically both Python (2.x, 3.0 finally gets sane) encoding handling and HTML/HTTP encoding handling

Re: [sqlite] [UnicodeEncodeError] Don't know what else to try

2008-11-14 Thread Gilles Ganault
Oops, wrong newsgroup. Please ignore. ___ sqlite-users mailing list sqlite-users@sqlite.org http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users