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