Can anyone tell me what the proper settings are for mysql to make it play fair with python utf-8 unicode? And if, *hypothetically* speaking, one were dumb enough to set up a site with the default mysql character set and collation settings, is it safe to just change these without dropping and recreating the database? ;-)
Here's where I'm at from my mysql command line client, system is Ubuntu 6.06 LTS. show variables like 'character\_set\_%'; | character_set_client | latin1 | | character_set_connection | latin1 | | character_set_database | latin1 | | character_set_filesystem | binary | | character_set_results | latin1 | | character_set_server | latin1 | | character_set_system | utf8 | show variables like 'collation\_%'; | collation_connection | latin1_swedish_ci | | collation_database | latin1_swedish_ci | | collation_server | latin1_swedish_ci | Thanks! Iain --~--~---------~--~----~------------~-------~--~----~ 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?hl=en -~----------~----~----~----~------~----~------~--~---

