MySQL Forums
Forum List  »  Connector/Python

Re: insert unicode string
Posted by: Roman Krechetov
Date: December 08, 2006 02:28AM

Hi!
I had the same problem!
I solved it with help editing 'connections.py' & 'cursors.py' :-(
You can change each the call 'character_set_name()' on the getting info from
'db.string_decoder.charset' ;-) And you should use 'set_character_set(charset)' instead Query(set names utf8) ;-)

Options: ReplyQuote


Subject
Written By
Posted
August 25, 2006 06:49AM
Re: insert unicode string
December 08, 2006 02:28AM
August 15, 2007 01:12PM
February 28, 2007 05:30PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.