Skip to content
New issue

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

net core support #4

Open
paleicikas opened this issue Oct 11, 2019 · 4 comments
Open

net core support #4

paleicikas opened this issue Oct 11, 2019 · 4 comments

Comments

@paleicikas
Copy link

Any update for .NET CORE support?

@BrunoMMesquita
Copy link

I'm waiting for that too.

@jaycollett
Copy link

Same here, tried with .Net Core 2.2 and 3.0 and can't get it to work, which is a big bummer...

@adragoset
Copy link

No luck here tried with .net core 3.1
OCR Exception:'IBM437' is not a supported encoding name.

@fitdev
Copy link

fitdev commented Oct 27, 2020

@adragoset

Just call before any other code to add support for encodings.

Encoding.RegisterProvider(CodePagesEncodingProvider.Instance);

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants