Re: [pysqlite] more Unicode grief
| Newsgroups | gmane.comp.python.db.pysqlite.user |
|---|---|
| Message-ID | <[email protected]> |
Eric> The fact remains that I have this non-ASCII text I have to deal
Eric> with. I have normalized all of this text into Unicode. What do
Eric> form do I need to convert it into in order to have something that
Eric> can be stored, searched, and retrieved?
Was all the content in the SQLite database created through your application?
It seems like you will have to go back and scrub the content in the database
in some other fashion.
--
Skip Montanaro - [email protected] - http://www.webfast.com/~skip/