sparklemotion / mechanize

Mechanize is a ruby library that makes automated web interaction easy.
https://www.rubydoc.info/gems/mechanize/
MIT License
4.39k stars 473 forks source link

test: work around libxml2 encoding changes #614

Closed flavorjones closed 1 year ago

flavorjones commented 1 year ago

libxml2 versions 2.11.0..2.11.4 do not recover from some encoding errors. the upcoming release will change the encoding of the resulting doc as a result of recovery changes in libxml2.

See https://gitlab.gnome.org/GNOME/libxml2/-/issues/543 for more context.

Closes #613