xin-lai / Magicodes.WeChat.SDK

微信、小程序 SDK

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A bug in XmlHelper.cs

PurpleForever opened this issue · comments

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!