This program has been tested with Python 3.7.3 It requires Jinja2 in order to work properly and render the HTML file. You can run python3 main.py -h to display help: Basic usage: main.py -i ...
When converting Latin-1 (or Windows-1252) encoded text to UTF-8, some characters may be incorrectly converted (mojibake). This module fixes those errors. Please refer to the JSDoc comments in the ...