Commit 6bb2ea8e706b48151c2d672d2263c1ca7b19f199

Nick Wellnhofer 2025-02-01T14:58:06

html: Adjust xmlDetectEncoding for HTML Don't check for UTF-32 or EBCDIC. We now perform BOM sniffing and the first step of the HTML5 prescan algorithm (detect UTF-16 XML declarations). The rest of the algorithm still has to be implemented.