From 2138891491ba481bda561a3fed7efa8d79f76240 Mon Sep 17 00:00:00 2001 From: Michael M Slusarz Date: Tue, 16 Feb 2010 23:46:37 -0700 Subject: [PATCH] Bug #8868: Fix charset when converting html -> text --- imp/compose.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/imp/compose.php b/imp/compose.php index a032c7c1f..edb8fdfd3 100644 --- a/imp/compose.php +++ b/imp/compose.php @@ -626,7 +626,7 @@ if (!is_null($oldrtemode) && ($oldrtemode != $rtemode)) { array('

 

', '

' . $imp_compose->text2html($sig) . '

'), $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)); } } -- 2.11.0