Hi all, I have suffered a lot from lack of good character support in Rais, especially because our application sends out mails in latin1/iso-8859-15 encoding, which the standard ActiveMailer is not very good at handling properly. The mails that show up in the other end simply aren't properly formatted. The problem arises not from the static templates, but from the ActiveRecord objects that are loaded onto the emails.
Departing from that, I believe there might be two (or more?) possible solutions to that problem: 1) migrating to Ruby 1.9 or 2) migrating to JRuby. For the latter, this might not be the right forum, but the first might. I know that Ruby 1.9 has better support for encoding, but can it solve the problem described above? A third solution might be to look at using another mailer engine. Thoughts, suggestions, and comments are really welcome. Anders -- You received this message because you are subscribed to the Google Groups "Ruby or Rails Oceania" 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/rails-oceania?hl=en.
