LAYOUT: move to compiled less to make things faster
[e-DoKo.git] / include / functions.php
index b1c70891b566aff1f438a1ed03e15dfaf313922b..d7ecb1061dcb1f03f5a0011ba1a5e04a06fd802e 100644 (file)
@@ -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;