diff --git a/inc/poche/Poche.class.php b/inc/poche/Poche.class.php index 779c04c2d..baa087886 100755 --- a/inc/poche/Poche.class.php +++ b/inc/poche/Poche.class.php @@ -686,6 +686,7 @@ class Poche setlocale(LC_ALL, $language); bindtextdomain($language, LOCALE); textdomain($language); + bind_textdomain_codeset($language, 'UTF-8'); $this->messages->add('s', _('welcome to your wallabag')); Tools::logm('login successful');