Try adding use_unicode=1 to your connection string. If it doesn't help create a file my.cnf with: [client] default-character-set = utf8
And add read_default_file=/path/to/my.cnf to your connection string. Of course, try using UnicodeCol columns. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "TurboGears" 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/turbogears -~----------~----~----~----~------~----~------~--~---

