On Wed, Sep 05, 2007 at 11:16:20AM +0200, Igor K. wrote: > > Here i gen results: > ["character_set_client", "latin1"] > ["character_set_connection", "latin1"] > ["character_set_database", "utf8"] > ["character_set_filesystem", "binary"] > ["character_set_results", "latin1"] > ["character_set_server", "latin1"] > ["character_set_system", "utf8"] > ["character_sets_dir", "C:\\InstantRails\\mysql\\share\\charsets\\"] > > > If your output differs, try the following: > > > > set 'encoding: utf8' in environment.rb > > (this affects the character_set_connection and character_set_client > > values)
Sorry, my mistake. You need to set encoding: utf8 in database.yml for your db connections. Looking at the output above this should fix your problem. Jens -- Jens Krämer webit! Gesellschaft für neue Medien mbH Schnorrstraße 76 | 01069 Dresden Telefon +49 351 46766-0 | Telefax +49 351 46766-66 [EMAIL PROTECTED] | www.webit.de Amtsgericht Dresden | HRB 15422 GF Sven Haubold, Hagen Malessa _______________________________________________ Ferret-talk mailing list [email protected] http://rubyforge.org/mailman/listinfo/ferret-talk

