Skip to content

Commit

Permalink
Merge pull request #57 from rowanthorpe/utf8-db-config-setting
Browse files Browse the repository at this point in the history
Set character-set (utf8) for db-interface in config
  • Loading branch information
barryo committed Sep 11, 2013
2 parents 6113f00 + b078f46 commit 461b615
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions application/configs/application.ini.dist
Original file line number Diff line number Diff line change
Expand Up @@ -194,6 +194,7 @@ resources.doctrine2.connection.options.dbname = 'ixp'
resources.doctrine2.connection.options.user = 'ixp'
resources.doctrine2.connection.options.password = 'password'
resources.doctrine2.connection.options.host = '127.0.0.1'
resources.doctrine2.connection.options.charset = 'utf8'



Expand Down

0 comments on commit 461b615

Please sign in to comment.