Resolving System.NotSupportedException No data is available for encoding 850 in .net Core
· One min read
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);
