Android: SaxParser problems using ISO-8859-1 encoding

不想你离开。 提交于 2019-12-04 19:46:57

The server may say it's ISO-8859-1 but it looks like it's sending UTF-8.

If you have control of the server code, make sure you are setting the encoding on the output stream correctly. Just adding the <?xml version="1.0" encoding="ISO-8859-1"?> header does not cause the output to be in the correct encoding.

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!