fix for bug 542809. Can somebody validate this fix?
[squirrelmail.git] / src / read_body.php
index 6122ea7169fd1a37df5ffc2e381d2bb75a220f9b..ec9a7623abd140a69ba9e96520bc51bd1e549390 100644 (file)
@@ -206,6 +206,8 @@ function SendMDN ( $recipient , $sender) {
     $subject = $header->subject;
     $now = getLongDateString( time() );
 
+    set_my_charset();
+
     $body = _("Your message") . "\r\n\r\n" .
             "\t" . _("To:") . ' ' . $to . "\r\n" .
             "\t" . _("Subject:") . ' ' . $subject . "\r\n" .