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
_______________________________________________
Zope maillist - Zope@zope.org
http://mail.zope.org/mailman/listinfo/zope
** No cross posts or HTML encoding! **
(Related lists - http://mail.zope.org/mailman/listinfo/zope-announce
http://mail.zope.org/mailman/listinfo/zope-dev )

Reply via email to