There was a ticket [1] created yesterday involving Turkish characters that were not being properly displayed.
I'm sure I'm not the only one who's run into problems with MySQL using a default encoding of latin1_swedish for everything, so I wanted to see what our logic had been in not specifying that all tables we create use the utf8 encoding. I always manually change my MySQL configuration to use utf8 for the default on everything, but I hardly imagine that's normal. It's also not possible for many users, especially those using shared hosting. It's a pain to convert things manually, so why not just specify utf8 for everything? [1]: http://trac.habariproject.org/habari/ticket/778 --~--~---------~--~----~------------~-------~--~----~ 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/habari-dev -~----------~----~----~----~------~----~------~--~---
