1
0
mirror of https://gitlab.gnome.org/GNOME/libxml2.git synced 2026-01-26 21:41:34 +03:00
Files
libxml2/test/HTML/encoding-error.html
Nick Wellnhofer bc0bb67b57 html: Don't abort on encoding errors
Always enable recovery mode when parsing HTML, so we don't raise fatal
errors.

Regressed with 462bf0b7. Fixes #947.
2025-07-10 12:46:22 +02:00

7 lines
88 B
HTML

<html>
<head>
<meta charset="utf-8">
</head>
<body></body>
</html>