diff options
Diffstat (limited to 'docs')
-rw-r--r-- | docs/usage.rst | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/docs/usage.rst b/docs/usage.rst index 7d031d1..0577241 100644 --- a/docs/usage.rst +++ b/docs/usage.rst @@ -87,3 +87,14 @@ and override the sections you need to. cmd_options = { 'margin-top': 3, } + +Unicode characters +------------------ + +Templates containing utf-8 characters should be supported. You will need to +ensure that you set the content type in your template file for `wkhtmltopdf` to +interpret it properly. + +.. code-block:: html + + <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> |