aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Tanghus <thomas@tanghus.net>2012-07-16 01:41:45 +0200
committerThomas Tanghus <thomas@tanghus.net>2012-07-16 01:41:45 +0200
commit225726c8d9fc1d9428ae44c4cc4c355eab487ef3 (patch)
tree972094a5973cec97413eaf3b580c4bf5ccdb7fac
parent50eef9a71cfa88ef4b1e5162a288f29410306c95 (diff)
downloadnextcloud-server-225726c8d9fc1d9428ae44c4cc4c355eab487ef3.tar.gz
nextcloud-server-225726c8d9fc1d9428ae44c4cc4c355eab487ef3.zip
latin1 => utf8. I thought I did this a month ago?
-rw-r--r--apps/bookmarks/appinfo/database.xml4
-rw-r--r--apps/files_sharing/appinfo/database.xml2
-rw-r--r--apps/gallery/appinfo/database.xml2
-rw-r--r--apps/media/appinfo/database.xml2
-rw-r--r--apps/remoteStorage/appinfo/database.xml2
5 files changed, 6 insertions, 6 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
+
diff --git a/apps/files_sharing/appinfo/database.xml b/apps/files_sharing/appinfo/database.xml
index 3378b6b09e5..c5cb632d4fe 100644
--- a/apps/files_sharing/appinfo/database.xml
+++ b/apps/files_sharing/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*sharing</name>
<declaration>
diff --git a/apps/gallery/appinfo/database.xml b/apps/gallery/appinfo/database.xml
index d1ccd6b5a24..1683e0ca2c7 100644
--- a/apps/gallery/appinfo/database.xml
+++ b/apps/gallery/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*pictures_images_cache</name>
<declaration>
diff --git a/apps/media/appinfo/database.xml b/apps/media/appinfo/database.xml
index 702ae9c28b4..9b942d282bb 100644
--- a/apps/media/appinfo/database.xml
+++ b/apps/media/appinfo/database.xml
@@ -5,7 +5,7 @@
<create>true</create>
<overwrite>false</overwrite>
- <charset>latin1</charset>
+ <charset>utf8</charset>
<table>
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>