Quantcast
Channel: Aspose.Email Product Family
Viewing all articles
Browse latest Browse all 1367

Umlauts are broken again on convert to html.

$
0
0
Hi,

the attached MSG file contains special German letters (umlauts). In Aspose.Email 16.10 they were converted correctly - example: "etwas hören, können Sie im ersten Monat"
In Aspose.Email they are converted wrong - example: "etwas h�ren, k�nnen Sie im ersten Monat"

My code looks like this:

            var doc = MailMessage.Load(inputPath);

            // http://www.aspose.com/community/forums/thread/687431.aspx
            doc.PreferredTextEncoding = System.Text.Encoding.UTF8;

            doc.Save(inputPath + ".html", SaveOptions.DefaultHtml);

Best Regards,
Vassil 

Viewing all articles
Browse latest Browse all 1367

Trending Articles