summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
Diffstat (limited to 'include')
-rw-r--r--include/functions.php1
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;