]> git.immae.eu Git - github/wallabag/wallabag.git/commitdiff
Fix #1215 1217/head
authorThomas Citharel <tcit@tcit.fr>
Thu, 11 Jun 2015 20:26:13 +0000 (22:26 +0200)
committerThomas Citharel <tcit@tcit.fr>
Thu, 11 Jun 2015 20:26:13 +0000 (22:26 +0200)
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');