More and more MYSQL seems to be heading into needing to set your table into the necessary language set. Some people suggest leaving it in Latin has better performance etc, but I have been putting the data into UTF-8 tables for compatibility, this seems to be the cleanest when using MYSQL dumps and moving data to use the data in other locations without all the characters getting screwed up.
But if you want to keep it in Latin you can, but I suggest not to. Cheers Richard On Dec 9, 11:06 am, Will <[EMAIL PROTECTED]> wrote: > Rails 2.x handles all text as UTF-8 by default. My question is if > mysql should be utf-8 as well. Is there any benefit leaving the mysql > database as latin1? --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" 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/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---

