-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Cesar D. Rodas wrote: > Any one had an idea how to solve this problem?
I am not 100% certain about this, but I believe the cause is: * SQLite doesn't check that strings you insert are valid UTF-8. It assumes that what you supply is correct. * pysqlite doesn't check either, or you used a different program to insert the data. That basically means that what went into the database is in some other encoding. * When you retrieved the data, either pysqlite or SQLite tried to treat it as valid UTF-8 and it turned out not to be, hence the error Roger -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iD8DBQFHcs04mOOfHg372QQRAnU0AKDjJRCaykwYUl2opgir6DWu3y02vQCgmg30 KQqplC4HXxwxS5aXbvKN1ug= =k4mo -----END PGP SIGNATURE----- ----------------------------------------------------------------------------- To unsubscribe, send email to [EMAIL PROTECTED] -----------------------------------------------------------------------------

