[Zope] MySQLdb and unicode

robert rottermann robert at redcor.ch
Fri May 6 05:39:34 EDT 2005


Hi there,
I have a problem using MySQLdb and unicode.
with older version (0.92) I could set a parameter "unicode" to the 
connect() method to tell MySQLdb what charset to use.

This parameter is not accepted anymore.
The only way to deal with non ascii character I found was setting 
pythons default charset to utf-8.

is ther an other way ?

thanks
Robert


More information about the Zope mailing list