What is the relationship b/w the charset we use and the connection escape function? I have a few tables that use utf8 as encoding and I want to make sure the escaping works fine as the string I pass to the escape() call are in utf8 already. I use python/apache/MySQLdb and tried specifying unicode="utf8" but I get exceptions as it wants to convert the data returned to unicode which I don't want to happen.
-Jalil -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe: http://lists.mysql.com/[EMAIL PROTECTED]