MySQL Connector/Python Release Notes
Syntax:
Press CTRL+C to copyis_unicode = ccnx.use_unicode() # getter ccnx.use_unicode(bool) # setter
With no argument, returns True
or
False
to indicate whether the
MySQL
instance returns nonbinary strings as
Unicode.
With a boolean argument, sets whether the MySQL
instance returns nonbinary strings as Unicode.