We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Any update for .NET CORE support?
The text was updated successfully, but these errors were encountered:
I'm waiting for that too.
Sorry, something went wrong.
Same here, tried with .Net Core 2.2 and 3.0 and can't get it to work, which is a big bummer...
No luck here tried with .net core 3.1 OCR Exception:'IBM437' is not a supported encoding name.
@adragoset
Just call before any other code to add support for encodings.
Encoding.RegisterProvider(CodePagesEncodingProvider.Instance);
No branches or pull requests
Any update for .NET CORE support?
The text was updated successfully, but these errors were encountered: