LibXML: Prevent auto-detection of UTF-32 encoding by libxml2

This commit is contained in:
Tim Ledbetter
2026-01-08 00:39:09 +00:00
committed by Jelle Raaijmakers
parent 0d22b6cee5
commit a48aa62b7a
Notes: github-actions[bot] 2026-01-08 09:07:40 +00:00
3 changed files with 28 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
Normal XML: characterSet=UTF-8, element=root
UTF-32 declared: characterSet=UTF-8, element=root
UTF-32BE declared: characterSet=UTF-8, element=root
UTF-32LE declared: characterSet=UTF-8, element=root