projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
656bf79
)
Bug #8868: Fix charset when converting html -> text
author
Michael M Slusarz
<slusarz@curecanti.org>
Wed, 17 Feb 2010 06:46:37 +0000
(23:46 -0700)
committer
Michael M Slusarz
<slusarz@curecanti.org>
Wed, 17 Feb 2010 06:46:37 +0000
(23:46 -0700)
imp/compose.php
patch
|
blob
|
history
diff --git
a/imp/compose.php
b/imp/compose.php
index
a032c7c
..
edb8fdf
100644
(file)
--- a/
imp/compose.php
+++ b/
imp/compose.php
@@
-626,7
+626,7
@@
if (!is_null($oldrtemode) && ($oldrtemode != $rtemode)) {
array('<p> </p>', '<p class="imp-signature"><!--begin_signature-->' . $imp_compose->text2html($sig) . '<!--end_signature--></p>'),
$msg);
} else {
- $msg = Horde_Text_Filter::filter($msg, 'html2text', array('charset' =>
$charset
, 'wrap' => false));
+ $msg = Horde_Text_Filter::filter($msg, 'html2text', array('charset' =>
Horde_Nls::getCharset()
, 'wrap' => false));
}
}