]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - inc/poche/Poche.class.php
Fix #1215
[github/wallabag/wallabag.git] / inc / poche / Poche.class.php
index 779c04c2d52508530e806b28505183ad8667f6f9..baa087886bb506ed073f2b5d1667c7122cb76028 100755 (executable)
@@ -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');