diff options
author | Florent Le Coz <louiz@louiz.org> | 2015-12-28 16:23:38 +0100 |
---|---|---|
committer | Florent Le Coz <louiz@louiz.org> | 2016-01-04 13:47:26 +0100 |
commit | b0c3aa0be960443b3959d0026f29f1dba18a08c3 (patch) | |
tree | dcdfea913211809a400a7472092d9d51a87c61b1 | |
parent | cb0209bbbe4391436326350d6e176c90b8e8e88b (diff) | |
download | biboumi-b0c3aa0be960443b3959d0026f29f1dba18a08c3.tar.gz biboumi-b0c3aa0be960443b3959d0026f29f1dba18a08c3.tar.bz2 biboumi-b0c3aa0be960443b3959d0026f29f1dba18a08c3.tar.xz biboumi-b0c3aa0be960443b3959d0026f29f1dba18a08c3.zip |
Defaults the encoding in the DB to latin-1
-rw-r--r-- | database/database.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/database/database.xml b/database/database.xml index 0688984..a22b49d 100644 --- a/database/database.xml +++ b/database/database.xml @@ -14,8 +14,8 @@ <field name="realname" type="string" length="1024" default=""/> <field name="verifyCert" type="boolean" default="true"/> - <field name="encodingOut" type="string" default="utf-8"/> - <field name="encodingIn" type="string" default="utf-8"/> + <field name="encodingOut" type="string" default="ISO-8859-1"/> + <field name="encodingIn" type="string" default="ISO-8859-1"/> <index unique="true"> <indexfield name="owner"/> |