Setting the encoding in pysqlite2

Michele Simionato michele.simionato at gmail.com
Fri Aug 26 03:08:51 EDT 2005


Well, the issue is not how to input text in the database from Python
(it is enough to use literal unicode strings);
in my case the database has been generated from a text file containing
accented chars, using .import,
and it seems I cannot read it from Python because of the unicode error
:-(

  Michele Simionato




More information about the Python-list mailing list