mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-07-09 03:04:10 -04:00
Edit/Polish book: Fix hardcoded Unicode ligatures not being preserved in AZW3 format books
This commit is contained in:
parent
e467468783
commit
dd8a8af383
@ -1463,6 +1463,7 @@ def opf_to_azw3(opf, outpath, container):
|
||||
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…
x
Reference in New Issue
Block a user