mirror of
git://github.com/kovidgoyal/calibre.git
synced 2025-12-06 09:15:37 +01:00
Edit/Polish book: Fix hardcoded Unicode ligatures not being preserved in AZW3 format books
This commit is contained in:
parent
e467468783
commit
dd8a8af383
1 changed files with 1 additions and 0 deletions
|
|
@ -1463,6 +1463,7 @@ def specialize(oeb):
|
|||
inp = plugin_for_input_format('azw3')
|
||||
outp = plugin_for_output_format('azw3')
|
||||
plumber.opts.mobi_passthrough = True
|
||||
plumber.opts.keep_ligatures = True
|
||||
oeb = create_oebbook(container.log, opf, plumber.opts, specialize=specialize)
|
||||
set_cover(oeb)
|
||||
outp.convert(oeb, outpath, inp, plumber.opts, container.log)
|
||||
|
|
|
|||
Loading…
Reference in a new issue