Skip to main content

One post tagged with ".NET Core"

View All Tags

Resolving System.NotSupportedException No data is available for encoding 850 in .net Core

· One min read
Mark Burton
Software Engineer & Technical Writer

https:/msdn.microsoft.comen-uslibrarysystem.text.encodingprovider(v=vs.110).aspx Message: System.NotSupportedException : No data is available for encoding 850. For information on defining a custom encoding, see the documentation for the Encoding.RegisterProvider method. ```Encoding.RegisterProvider(CodePagesEncodingProvider.Instance);