]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Try using utf8x input encoding.
authorGeorg Brandl <georg@python.org>
Thu, 27 Nov 2008 19:06:37 +0000 (19:06 +0000)
committerGeorg Brandl <georg@python.org>
Thu, 27 Nov 2008 19:06:37 +0000 (19:06 +0000)
Doc/conf.py

index 7dd795693e84649aad38224b2a82d3dfec6568a8..f2e667475715e06b5612e46bb8690aa8b35cd982 100644 (file)
@@ -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
 # --------------------------------