diff options
Diffstat (limited to 'docs')
-rw-r--r-- | docs/settings.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/settings.rst b/docs/settings.rst index 7b5116a..63b1116 100644 --- a/docs/settings.rst +++ b/docs/settings.rst @@ -21,7 +21,7 @@ this app will look for the binary using the default OS paths. WKHTMLTOPDF_CMD_OPTIONS ~~~~~~~~~~~~~~~~~~~~~~~ -Default: ``{'quiet': True}`` +Default: ``{'encoding': 'utf8', 'quiet': True}`` A dictionary of command-line arguments to pass to the ``wkhtmltopdf`` binary. |