Sicos1977 / MSGReader

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

'Windows-1252' is not a supported encoding name #412

Closed abdullahbaa5 closed 4 months ago

abdullahbaa5 commented 4 months ago

---> System.TypeInitializationException: The type initializer for 'MsgReader.Rtf.Font' threw an exception. ---> System.ArgumentException: 'Windows-1252' is not a supported encoding name. For information on defining a custom encoding, see the documentation for the Encoding.RegisterProvider method. (Parameter 'name')

Solution: Include System.Text.Encoding.Codepages nuget by default