From 0ca6e016df00775cb41b7eafacac369e9a41bd21 Mon Sep 17 00:00:00 2001 From: x2000habouzit Date: Sun, 2 Jan 2005 16:22:35 +0000 Subject: [PATCH] french po --- include/misc.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/misc.inc.php b/include/misc.inc.php index f74803c..72b32aa 100644 --- a/include/misc.inc.php +++ b/include/misc.inc.php @@ -7,7 +7,7 @@ * Copyright: See COPYING files that comes with this distribution ********************************************************************************/ -function _b_($str) { return dgettext('banana', $str); } +function _b_($str) { return utf8_decode(dgettext('banana', utf8_encode($str))); } function _headerdecode($charset, $c, $str) { $s = ($c == 'Q') ? quoted_printable_decode($str) : base64_decode($str); -- 2.1.4