有人知道 HTTP 标头用于编码的字符集吗?
就像标题描述的问题一样,我的问题是当我在android程序中读取从服务器返回的Http标头时,出现字符串的无序代码,所以,我不知道的是,服务器使用什么样的字符集对http响应头进行编码?andorid使用什么字符集来解码http响应头? 我该如何逃脱或处理乱码?
Like the problem described by title, my problem is when I read the Http header that returned from the server in the android programs , it appears Disorderly code of strings, so, what I don't know is, what kind of charset the server used to encoding the http response Headers ?and what charset the andorid used to decode the http response headers?
How do I escape or deal the Garbled?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
由于 HTTP 标头是 MIME,请参阅 RFC 822,其中将其定义为 ASCII。
然后 RFC 2047
Since HTTP Headers are MIME, see RFC 822 where it is defined as ASCII.
Then RFC 2047