TRANSLATION: updated setup for translation: use utf-8; updated pot file
[e-DoKo.git] / include / functions.php
index 366b613a73f191d363d156fb8374abf03df96fef..d7ecb1061dcb1f03f5a0011ba1a5e04a06fd802e 100644 (file)
@@ -1,5 +1,5 @@
 <?php
-/* Copyright 2006, 2007, 2008, 2009, 2010, 2011, 2012 Arun Persaud <arun@nubati.net>
+/* Copyright 2006, 2007, 2008, 2009, 2010, 2011, 2012, 2013 Arun Persaud <arun@nubati.net>
  *
  *   This file is part of e-DoKo.
  *
@@ -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;