From: Georg Brandl Date: Thu, 27 Nov 2008 19:06:37 +0000 (+0000) Subject: Try using utf8x input encoding. X-Git-Tag: v2.6.1~10 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=805e6bc5e438907ae065391827a3780fa6d9bfff;p=thirdparty%2FPython%2Fcpython.git Try using utf8x input encoding. --- diff --git a/Doc/conf.py b/Doc/conf.py index 7dd795693e84..f2e667475715 100644 --- a/Doc/conf.py +++ b/Doc/conf.py @@ -145,6 +145,8 @@ latex_preamble = r''' # Documents to append as an appendix to all manuals. latex_appendices = ['glossary', 'about', 'license', 'copyright'] +latex_elements = {'inputenc': '\\usepackage[utf8x]{inputenc}'} + # Options for the coverage checker # --------------------------------