Sicos1977 / MSGReader

C# Outlook MSG file reader without the need for Outlook
http://sicos1977.github.io/MSGReader
MIT License
490 stars 168 forks source link

[Japanese Text] .msg to html transformation returns broken text #329

Closed tariqgitspace closed 1 year ago

tariqgitspace commented 1 year ago

Describe the bug https://github.com/Sicos1977/MSGReader/issues/317 partially fixed broken text issue and 4.4.13 still has the issue where top/Latest email in the chain is still broken sometimes for Japanese text.

To Reproduce Steps to reproduce the behavior:

Perform msg to Html transformation with Japanese or Korean text. Latest email in the chain will contain garbled text. Test file shared over email. Expected behavior Text should not be garbled in html generated from .msg.

Screenshots Shared over email

Desktop (please complete the following information): OS - Windows 11 Browser - Edge, Chrome, etc Version- All

Smartphone (please complete the following information): Device: N/A OS - N/A Browser- N/A Version - N/A

Additional context Add any other context about the problem here.

Sicos1977 commented 1 year ago

Is this issue still about this message... if so ... I don't see anything wrong with it.

image

tariqgitspace commented 1 year ago

Hello,

Thanks for looking into it.

Snap above is the first message of the email chain. Issue is seen for the latest email as can be seen below. I have shared original email as well as the erroneous transformed html over email (sent on 03/03). Please let know if any other information required.

image

Sicos1977 commented 1 year ago

I really don't see anything broken in the complete e-mail. Are you using the latest version??

Left is the output of MSGReader and on the right is Outlook.... looks the same to me.

image

tariqgitspace commented 1 year ago

Hello, I see that its fixed in latest version 4.4.15 and can be closed. This was reported last year when available version was 4.4.13 and 4.4.13 has issue.

Thank you !!