--- imp/view.php Wed Apr 7 18:39:39 2004 +++ imp/view.php Thu Apr 8 10:18:21 2004 @@ -116,6 +116,7 @@ $charset = $mime->getCharset(true); if ($charset) { $type .= '; charset=' . $charset; + $body = String::convertCharset($body, NLS::getCharset(), $charset); } $browser->downloadHeaders($mime->getName(true, true), $type, true, strlen($body)); echo $body;