projects
/
banana.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0a65ec9
)
french po
author
x2000habouzit
<x2000habouzit>
Sun, 2 Jan 2005 16:22:35 +0000
(16:22 +0000)
committer
x2000habouzit
<x2000habouzit>
Sun, 2 Jan 2005 16:22:35 +0000
(16:22 +0000)
include/misc.inc.php
patch
|
blob
|
blame
|
history
diff --git
a/include/misc.inc.php
b/include/misc.inc.php
index
f74803c
..
72b32aa
100644
(file)
--- 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);