From 3a1545b00c1c58d010664e67c84fd6fd4d74c686 Mon Sep 17 00:00:00 2001 From: Etienne Nadji Date: Mon, 13 Apr 2015 15:47:12 +0200 Subject: [PATCH] =?UTF-8?q?=09modifi=C3=A9=C2=A0:=20=20=20=20=20=20=20=20?= =?UTF-8?q?=20plugin/vepub=5Fcss.py?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- plugin/vepub_css.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin/vepub_css.py b/plugin/vepub_css.py index c296541..fdb81f1 100755 --- a/plugin/vepub_css.py +++ b/plugin/vepub_css.py @@ -30,7 +30,7 @@ def make_fontdef_summary(font_name,sources,output_file): tirets = len(font_name) * "-" out.write("\t+{0}-------------------------+\n".format(tirets)) - out.write(to_unicode_or_bust("\t| Définitions of ") + to_unicode_or_bust(font_name) + to_unicode_or_bust(" font |\n")) + out.write(desunicode("\t| Définitions of ") + desunicode(font_name) + desunicode(" font |\n")) out.write("\t+{0}-------------------------+\n\n".format(tirets)) fonts = [] -- 2.18.1