From d22dc59d5c996346ac6f535599d9c8bc4d56b5e7 Mon Sep 17 00:00:00 2001 From: milde Date: Thu, 29 Nov 2018 08:21:05 +0000 Subject: [PATCH] Apply patch [ 111 ] setting the source encoding to utf8. git-svn-id: http://svn.code.sf.net/p/docutils/code/trunk@8243 929543f6-e4f2-0310-98a6-ba3bd3dd1d04 --- sandbox/rtf-writer/RTFWriter.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/sandbox/rtf-writer/RTFWriter.py b/sandbox/rtf-writer/RTFWriter.py index 44d783c3f..15cd8d647 100644 --- a/sandbox/rtf-writer/RTFWriter.py +++ b/sandbox/rtf-writer/RTFWriter.py @@ -1,3 +1,4 @@ +# -*- coding: utf-8 -*- """ This is a docutils RTF Writer We just need a few features so it shouldn't be too difficult @@ -10,7 +11,7 @@ Sean M. Burke, sburke@cpan.org - Author: Benoît Allard + Author: Benoît Allard Contact: benoit@aeteurope.nl Copyright: This module has been placed in the public domain. """ -- 2.11.4.GIT