> > What character set is the db-api driver using? Try: > > >>> engine.connect().connection.character_set_name() > > If it's not utf8, you can configure the driver by adding 'charset=utf8' > to your database url.
I add charset='utf-8' to 'create_engine' function, but before send data(from query) to mako i need decode string from UTF-8 ... How can i do that automatically(decoding) ? --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "sqlalchemy" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/sqlalchemy?hl=en -~----------~----~----~----~------~----~------~--~---
