Re: [pysqlite] Trouble with create_function interface to sqlite

"Eric S. Johansson" <[email protected]> Thu, 29 May 2008 07:26:31 -0400
Newsgroups gmane.comp.python.db.pysqlite.user
Message-ID <[email protected]>
Roger Binns wrote:

> Just for the record this is spectacularly bad idea.  SQLite 3 code is
> built with the premise that all strings are unicode (not utf8).  There
> are utf16 and utf8 apis that will produce the appropriate representation
> as needed.

err um, utf-8 *is* unicode.

http://en.wikipedia.org/wiki/UTF-8