From fbf32298a6808fcbfba698b594ab3aa44324131f Mon Sep 17 00:00:00 2001 From: Marc Tamlyn Date: Fri, 31 Aug 2012 12:01:07 +0100 Subject: Add a note about unicode characters to docs. --- docs/usage.rst | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'docs/usage.rst') 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 + + -- cgit v1.2.3