diff options
author | Arun Persaud <arun@nubati.net> | 2013-01-12 15:56:50 -0800 |
---|---|---|
committer | Arun Persaud <arun@nubati.net> | 2013-01-12 16:35:56 -0800 |
commit | 2aa6083b051373dc64470e707d6b21600f89a534 (patch) | |
tree | 5e4d80db1475f3fd82f8f6a864329ff39f640015 /include | |
parent | 46140faa11b97252647178a811da22509256d6c4 (diff) | |
download | e-DoKo-2aa6083b051373dc64470e707d6b21600f89a534.tar.gz e-DoKo-2aa6083b051373dc64470e707d6b21600f89a534.tar.bz2 e-DoKo-2aa6083b051373dc64470e707d6b21600f89a534.zip |
TRANSLATION: updated setup for translation: use utf-8; updated pot file
Diffstat (limited to 'include')
-rw-r--r-- | include/functions.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/functions.php b/include/functions.php index b1c7089..d7ecb10 100644 --- a/include/functions.php +++ b/include/functions.php @@ -1727,6 +1727,7 @@ function set_language($l,$type='lang') setlocale(LC_ALL, "de_DE"); // Specify location of translation tables bindtextdomain("edoko", "./locale"); + bind_textdomain_codeset("edoko", 'UTF-8'); // Choose domain textdomain("edoko"); break; |