mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-05-09 11:14:02 +02:00
Fix for pmlizer.
This commit is contained in:
parent
96b2b71241
commit
648fcaba99
1 changed files with 1 additions and 1 deletions
|
|
@ -55,7 +55,7 @@ def write_content(self, oeb_book, out_stream, metadata=None):
|
|||
out_stream.write(item)
|
||||
|
||||
def _text(self, oeb_book):
|
||||
pmlmlizer = PMLMLizer(ignore_tables=self.opts.linearize_tables)
|
||||
pmlmlizer = PMLMLizer(self.log)
|
||||
pml = unicode(pmlmlizer.extract_content(oeb_book, self.opts)).encode('cp1252', 'replace')
|
||||
|
||||
pml_pages = []
|
||||
|
|
|
|||
Loading…
Reference in a new issue