Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/apps.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Tanghus <thomas@tanghus.net>2012-10-23 08:30:34 +0400
committerThomas Tanghus <thomas@tanghus.net>2012-10-23 08:32:00 +0400
commit1aef79da44d33801ea883b20147fc2f1ad7f82ee (patch)
tree14a4036faa70445f687afaed184d4092583f63a6 /apptemplate
parentfb4d39fdd97760ac57b604380674c8abe5b6b86c (diff)
Don't use latin1 in the apptemplate.
Diffstat (limited to 'apptemplate')
-rw-r--r--apptemplate/appinfo/database.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/apptemplate/appinfo/database.xml b/apptemplate/appinfo/database.xml
index 86738170c..1ec56ca7e 100644
--- a/apptemplate/appinfo/database.xml
+++ b/apptemplate/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*apptemplate_items</name>
<declaration>