diff options
author | Bart Visscher <bartv@thisnet.nl> | 2013-03-17 13:25:28 +0100 |
---|---|---|
committer | Bart Visscher <bartv@thisnet.nl> | 2013-03-17 13:25:28 +0100 |
commit | ed642d1038f34a334cf011cf54dce7dc4976fba7 (patch) | |
tree | 90d0362d685cdc03dcc4a1b8cea86fcc5cb83492 /lib/db.php | |
parent | 34e4e490b863f0628868fd50eed98573f1673f6f (diff) | |
parent | 7f1ff3e9e1253dd6c3be658d139db1c87104be3c (diff) | |
download | nextcloud-server-ed642d1038f34a334cf011cf54dce7dc4976fba7.tar.gz nextcloud-server-ed642d1038f34a334cf011cf54dce7dc4976fba7.zip |
Merge branch 'master' into doctrine
Diffstat (limited to 'lib/db.php')
-rw-r--r-- | lib/db.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/db.php b/lib/db.php index 4a956674d12..518fcc56a09 100644 --- a/lib/db.php +++ b/lib/db.php @@ -168,6 +168,7 @@ class OC_DB { 'host' => $host, 'port' => $port, 'dbname' => $name, + 'charset' => 'UTF8', 'driver' => 'pdo_sqlsrv', ); break; |