sqlite3.OperationalError: Could not decode to UTF-8 column

2007-09-05 Thread Filipe Sousa
ome' with text 'Ana Margarida Fernandes Gonçalves de Sá' The database was created with another program and all data is in database is in latin1. Thanks, Filipe Sousa -- http://mail.python.org/mailman/listinfo/python-list

Re: sqlite3.OperationalError: Could not decode to UTF-8 column

2007-09-06 Thread Filipe Sousa
Carsten Haese wrote: > On Wed, 2007-09-05 at 16:40 +0100, Filipe Sousa wrote: > > Try setting > > conn.text_factory = str > > where conn is the name of your sqlite3 connection object. See > http://docs.python.org/lib/sqlite3-Connection-Objects.html for more > inform