From: Thomas Citharel Date: Thu, 11 Jun 2015 20:26:13 +0000 (+0200) Subject: Fix #1215 X-Git-Tag: 1.9.1^2~24^2^2 X-Git-Url: https://git.immae.eu/?a=commitdiff_plain;h=98da2bc5270255cce27ff273edf2d5c195731df9;p=github%2Fwallabag%2Fwallabag.git Fix #1215 --- diff --git a/inc/poche/Poche.class.php b/inc/poche/Poche.class.php index 779c04c2..baa08788 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');