RESOLVED INVALID 11695
XMLHttpRequest should be encoded accordingly to document.xmlEncoding
https://bugs.webkit.org/show_bug.cgi?id=11695
Summary XMLHttpRequest should be encoded accordingly to document.xmlEncoding
Alexey Proskuryakov
Reported 2006-11-27 01:05:27 PST
This is what the draft spec says, what MSIE does, and what Firefox will do, according to <http://lists.w3.org/Archives/Public/public-webapi/2006Nov/0055.html>. Currently, WebKit always encodes sent documents as UTF-8, and doesn't serialize the XML declaration, while Firefox also uses UTF-8, but sends an XML declaration with a potentially mismatched encoding.
Attachments
Anne van Kesteren
Comment 1 2023-03-26 02:17:48 PDT
The specification enforces UTF-8 these days.
Note You need to log in before you can comment on or make changes to this bug.