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

Unsupported charset 'cp1252' #213

Open
angelaki opened this issue Jun 7, 2021 · 3 comments
Open

Unsupported charset 'cp1252' #213

angelaki opened this issue Jun 7, 2021 · 3 comments

Comments

@angelaki
Copy link

angelaki commented Jun 7, 2021

I'm absolutely new to this so sorry for maybe asking a pretty obvious question: when trying to connect to my server I get an exception

Unhandled exception. AdoNetCore.AseClient.AseException: Server environment changed to unsupported charset 'cp1252'. To add support for this charset, register an EncodingProvider to handle targeting 'cp1252'.

What needs to be done here? I've tried charset=cp1252; in my ConnectionString hat that didn't change anything. Codepage 1252 sounds pretty common to me, so I don't think it's not supported / a unusual setup. I've found this issue here #89 where a less common codepage is used, but I guess that doesn't fit my problem.

@MaxNaegele
Copy link

I'm also having the same problem, I tried to change the charset to UTF-8, with no success.

@abdullahkeles
Copy link

I'm also having the same problem. I tried to change the charset to ISO-8859-9, with no success.

@scottwhitacre
Copy link

I had the same problem. I solved with the solution in the Wiki

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

4 participants