Sven Koesling wrote: > 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] [...]
This isn't directly related to your problem, but...why on earth is this stuff in your controller? It should be in the DB, or failing that, in an initializer or model. Best, -- Marnen Laibow-Koser http://www.marnen.org [email protected] -- 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.

