is there a library/program that converts sqlite database from windows-1252 to utf-8 ?
Robert Kern
robert.kern at gmail.com
Sat Sep 11 15:11:12 EDT 2010
SQLite internally stores its strings as UTF-8 or UTF-16 encoded Unicode. So it's
not clear what you mean when you say the database is "windows-1252". Can you be
more specific?
--
Robert Kern
"I have come to believe that the whole world is an enigma, a harmless enigma
that is made terrible by our own mad attempt to interpret it as though it had
an underlying truth."
-- Umberto Eco
More information about the Python-list
mailing list