Im using .net462 for my prj.
There's an Encoding error while using AutoUpdater reading the xml file which contains Chinese charactors.
I find this because AutoUpdater use Webclient and doesnt set the Encoding ,its then use the default encoding which means "gb2312".
But my xml file should be writen with encoding "UTF-8".
Is there any way to change the WebClient encoding in using AutoUpdater.NET?
Im using .net462 for my prj.
There's an Encoding error while using AutoUpdater reading the xml file which contains Chinese charactors.
I find this because AutoUpdater use Webclient and doesnt set the Encoding ,its then use the default encoding which means "gb2312".
But my xml file should be writen with encoding "UTF-8".
Is there any way to change the WebClient encoding in using AutoUpdater.NET?