AdoNetCore.AseClient
AdoNetCore.AseClient copied to clipboard
Unsupported charset 'cp1252'
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.
I'm also having the same problem, I tried to change the charset to UTF-8, with no success.
I'm also having the same problem. I tried to change the charset to ISO-8859-9, with no success.
I had the same problem. I solved with the solution in the Wiki