From 3b42bf8c272f90beb0b2a94678f73c8eef1aae1d Mon Sep 17 00:00:00 2001 From: Roland Meister Date: Sat, 7 Aug 2010 21:44:05 +0200 Subject: [PATCH] Fix UnicodeError for unicode filenames while writing the zipfile. --- sphinx/builders/epub.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/sphinx/builders/epub.py b/sphinx/builders/epub.py index dca3fb4db..218a93e1c 100644 --- a/sphinx/builders/epub.py +++ b/sphinx/builders/epub.py @@ -101,7 +101,7 @@ _cover_template = u'''\ ''' -_coverpage_name = 'epub-cover.html' +_coverpage_name = u'epub-cover.html' _file_template = u'''\