diff options
author | Marco B <beinbrech@solutica.de> | 2012-06-05 17:23:22 +0200 |
---|---|---|
committer | Thomas Tanghus <thomas@tanghus.net> | 2012-06-11 23:04:28 +0200 |
commit | 3be5e2af26af9c759cbff2bf0e4f9eaf149239c0 (patch) | |
tree | ee3a44b83f47f329dae93d275cde3cd6af6a3dac /apps/remoteStorage | |
parent | d623deb2989f69c968a4331b55681efe7e476d5a (diff) | |
download | nextcloud-server-3be5e2af26af9c759cbff2bf0e4f9eaf149239c0.tar.gz nextcloud-server-3be5e2af26af9c759cbff2bf0e4f9eaf149239c0.zip |
utf8 in der DB config
Diffstat (limited to 'apps/remoteStorage')
-rw-r--r-- | apps/remoteStorage/appinfo/database.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/remoteStorage/appinfo/database.xml b/apps/remoteStorage/appinfo/database.xml index 00ee4942744..d48f9f747b1 100644 --- a/apps/remoteStorage/appinfo/database.xml +++ b/apps/remoteStorage/appinfo/database.xml @@ -3,7 +3,7 @@ <name>*dbname*</name> <create>true</create> <overwrite>false</overwrite> - <charset>latin1</charset> + <charset>utf8</charset> <table> <name>*dbprefix*authtoken</name> <declaration> |