> Sorry, my mistake. You need to set > encoding: utf8 > in database.yml for your db connections.
No problem, anyway you really helps me :) now i got ["character_set_client", "utf8"] ["character_set_connection", "utf8"] ["character_set_database", "utf8"] ["character_set_filesystem", "binary"] ["character_set_results", "utf8"] ["character_set_server", "latin1"] ["character_set_system", "utf8"] ["character_sets_dir", "C:\\InstantRails\\mysql\\share\\charsets\\"] is it okay -> ["character_set_server", "latin1"]??? > Looking at the output above this should fix your problem. > -- Posted via http://www.ruby-forum.com/. _______________________________________________ Ferret-talk mailing list [email protected] http://rubyforge.org/mailman/listinfo/ferret-talk

