Skip to content

BOM-aware XML support

Choose a tag to compare

@dginev dginev released this 16 Jun 09:42
· 129 commits to master since this release

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 to utf-8.