BOM-aware XML support
Thanks to @Alexhuszagh for the upgrades in this release, see #33 for details.
Added
- BOM-aware Unicode support
- New
Parser
methods allowing to specify an explicit encoding:parse_file_with_encoding
,parse_string_with_encoding
,is_well_formed_html_with_encoding
Changed
- Default encodings in
Parser
are now left for libxml to guess internally, rather than defaulted toutf-8
.