3

如何确定网络响应流的编码?

4

1 回答 1

1

I presume you're interested in HTML content. Actually this is not really an easy task. What most browsers do is use the encoding, the unicode bytes (at the start of your document) and HTML headers as hints, while trying different charsets to see if there's a '

The details of the algorithm are outlined in 8.2.2.1 of the HTML5 specification, see: http://www.w3.org/html/wg/drafts/html/master/single-page.html .

于 2013-01-22T10:23:03.863 回答