Ok, here's the issue, in case anyone is interested (internationalization...):
The email client used was Thunderbird. And Thunderbird uses by default the following encoding: Western ISO-8859 ...also known as... ISO 8859-2 Central European So the MySQL db needed to use the same encoding or "the corresponding collation" (which is "latin2_general_ci") in order to encode special characters such as 'ü' or 'é' correctly. (http://dev.mysql.com/doc/refman/5.1/en/charset-charsets.html) Tom -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

