database.yml defaults to utf-8 (#7116)
June 24th, 2007
Generated database.yml files will now contain the line:
encoding: utf8
The rake task db:create uses this setting for defining character encoding in the created database.
Generated database.yml files will now contain the line:
encoding: utf8
The rake task db:create uses this setting for defining character encoding in the created database.
Sorry, comments are closed for this article.