Hey Andy, Andreas Korth wrote: > On Mar 31, 2007, at 11:56 PM, Rainer Kern wrote: > >> looking good. It seems the word was correctly submited: > [...] Your system locale should be set to UTF-8. Use the 'locale' command > I recommend to use UTF-8 throughout the whole stack (OS, MySQL, > Rails). That way you'll get rid of your encoding problems once and > for all.
BIG thanks for that. It was of great help. Now, running the rails web server Webrick, works with UTF-8. I've set the database tables to UTF-8, locale to [EMAIL PROTECTED] and added the suggested variables in environment.rb. The one problem left is, that it still does not work in production-environment running with apache2 und fcgi. This is rails specific. But is there anything I forgot to set in the apache-config? I wonder why it is runnning with webrick but not with apache. Would you please comment on that? That would be nice. rainer -- Posted via http://www.ruby-forum.com/. _______________________________________________ Ferret-talk mailing list [email protected] http://rubyforge.org/mailman/listinfo/ferret-talk

