Displaying 1 result from an estimated 1 matches for "dcb873ba".
Did you mean:
2cc873ba
2006 May 19
1
database.yml and encoding: utf8 -> mysql error
I have Rails 1.1, MySql 5.0 and would like to stor text as utf8 in the
db.
I have changed the character set and collation in the db to utf8 and
utf8_danish_ci - also checked the mysql to if its ok:
show collations like "%danish%";
utf8_danish_ci utf8 203 Yes 8
I then add the following
environment.rb:
$KCODE = ''u''
require ''jcode''
och database.yml