diff options
author | Thomas Tanghus <thomas@tanghus.net> | 2012-07-16 01:41:45 +0200 |
---|---|---|
committer | Thomas Tanghus <thomas@tanghus.net> | 2012-07-16 01:41:45 +0200 |
commit | 225726c8d9fc1d9428ae44c4cc4c355eab487ef3 (patch) | |
tree | 972094a5973cec97413eaf3b580c4bf5ccdb7fac /apps/bookmarks | |
parent | 50eef9a71cfa88ef4b1e5162a288f29410306c95 (diff) | |
download | nextcloud-server-225726c8d9fc1d9428ae44c4cc4c355eab487ef3.tar.gz nextcloud-server-225726c8d9fc1d9428ae44c4cc4c355eab487ef3.zip |
latin1 => utf8. I thought I did this a month ago?
Diffstat (limited to 'apps/bookmarks')
-rw-r--r-- | apps/bookmarks/appinfo/database.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/bookmarks/appinfo/database.xml b/apps/bookmarks/appinfo/database.xml index f2fc68e4b58..d28857b0757 100644 --- a/apps/bookmarks/appinfo/database.xml +++ b/apps/bookmarks/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*bookmarks</name> <declaration> @@ -109,4 +109,4 @@ </declaration> </table> </database> -
\ No newline at end of file + |