Update manual.html.
Change XMLHttp to ServerXMLHttp object in asp phprpc_client.
The xxtea.js compressed version can't work on mobile IE, now this bug is fixed.
phprpc_ajax_client and phprpc_client fire callback function twice on mobile IE, now this bug is fixed.
Update wmphprpc.html.
Add 4 byte UTF8 encode support.
更新了 PHPRPC 用户指南。
将 ASP 版本 phprpc_client.js 中的 XMLHttp 对象替换为 ServerXMLHttp 对象。
修正了 xxtea.js 压缩版本无法在 Mobile IE 上工作的问题。
修正了 phprpc_ajax_client 和 phprpc_client 在 Mobile IE 上回调函数会被触发 2 次的问题。
更新了 wmphprpc.html.
在不影响性能的情况下,增加了对 4 字节 UTF8 编码的支持,更加完美地实现了 UTF16 和 UTF8 编码之间的转换。