>Is there a way to set what Default.Encoding returns in an appliaiton?
No.
>I have an object that uses this and I have no way to change it.
So why don't you change your code so you don't rely on
Encoding.Default then? If the "correct" code page is 51936 then use
that explicitly.
Mattias

Signature
Mattias Sjögren [MVP] mattias @ mvps.org
http://www.msjogren.net/dotnet/ | http://www.dotnetinterop.com
Please reply only to the newsgroup.
Bob - 27 Jul 2005 16:56 GMT
The object/assembly is not mine to change that is why I can't change it.
Thanks.
>>Is there a way to set what Default.Encoding returns in an appliaiton?
>
[quoted text clipped - 7 lines]
>
> Mattias