Sicos1977 / MSGReader

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

Fix DBCS decoding, in case of having 7-bit byte data in second byte of a DBCS character #348

Closed kenjiuno closed 1 year ago

kenjiuno commented 1 year ago

The second byte might be 7 bit (0x00 ~ 0x7F) in DBCS.

Fix #347