Hi everybody, with rails 3 I have the problem that the controllers don't accept german umlaute anymore. E.g. when I try to build an array:
landschaft = %w[ Berg Hügel Tal Ebene] I get this lovely error message: ... controller.rb:5: invalid multibyte char (US-ASCII) Sure enough the document encoding of the controller is utf8. Can anyone of You point me to the right direction? Thanks and greetings Sven P.S.: I am testing with ruby 1.9.2 and rails 3 rc2 -- 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.

