Magicodes.WeChat.SDK
Magicodes.WeChat.SDK copied to clipboard
A bug in XmlHelper.cs
The problem is you should use 'utf-8' instead of 'gb2312' of the code line 87. Otherwise you will get a error thrown by Console when the app receive text message from WeChat server using Chinese characters. I replace the code above and get the right result.
thanks!