tidylib 5 -- which Debian now packages -- has changed the default, and
this caused the test suite to break in a recent rebuild (bug #839294).
Fix some more style problems reported by pylint.
+Specify the input and output character encodings for pytidylib
+explicitly. tidylib 5 has changed the defaults from ASCII to UTF-8;
+rawdog relies on it being ASCII in order to generate ASCII output
+(reported by Lucas Nussbaum).
+
- rawdog 2.21
Don't crash when asked to show a non-existant template ("-s foo") -- and
if config["tidyhtml"]:
args = {
"numeric_entities": 1,
+ "input_encoding": "ascii",
+ "output_encoding": "ascii",
"output_html": 1,
"output_xhtml": 0,
"output_xml": 0,