AdoNetCore.AseClient icon indicating copy to clipboard operation
AdoNetCore.AseClient copied to clipboard

Unsupported charset 'cp1252'

Open angelaki opened this issue 3 years ago • 3 comments

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 https://github.com/DataAction/AdoNetCore.AseClient/issues/89 where a less common codepage is used, but I guess that doesn't fit my problem.

angelaki avatar Jun 07 '21 10:06 angelaki

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

MaxNaegele avatar Jul 12 '21 18:07 MaxNaegele

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

abdullahkeles avatar Jul 13 '21 10:07 abdullahkeles

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

scottwhitacre avatar Sep 15 '21 17:09 scottwhitacre