diff --git a/mozilla/mailnews/base/src/nsMsgAppCore.cpp b/mozilla/mailnews/base/src/nsMsgAppCore.cpp index c6c08b0f369..8df94fee9b9 100644 --- a/mozilla/mailnews/base/src/nsMsgAppCore.cpp +++ b/mozilla/mailnews/base/src/nsMsgAppCore.cpp @@ -221,7 +221,7 @@ nsresult nsMsgAppCore::SetDocumentCharset(class nsString const & aCharset) { // Set a default charset of the webshell. if (nsnull != mWebShell) { - mWebShell->SetDefaultCharacterSet(aCharset); + mWebShell->SetDefaultCharacterSet(aCharset.GetUnicode()); } return NS_OK; }