Native KEPUB conversion causing some justification issues
Bug #2107778 reported by
Hengyu Lim
This bug affects 1 person
| Affects | Status | Importance | Assigned to | Milestone | |
|---|---|---|---|---|---|
| calibre |
Fix Released
|
Undecided
|
Unassigned | ||
Bug Description
As discussed on the Mobileread forums, Calibre 8's native KEPUB conversion leads to a slightly different final output in how the justified text appears around some of the punctuation that seems a little buggy and uneven, compared to the output from Calibre 7 using the extended Kobo driver.
I'm attaching 3 files,
- The original EPUB
- The final output KEPUB using Calibre 7 + extended driver, retrieved from the device
- The final output KEPUB using Calibre 8, retrieved from the device
To post a comment you must log in.

Because I was bored, I've done some searching, and this is what I've found.
In the original file, the sentence in question is:
This hinges on understanding what we <i class=" calibre2" >can</i> and <i class=" calibre2" >cannot< /i> control.
In the file generated with v7:
This hinges on understanding what we</span> <i class=" calibre2" ><span class="koboSpan" id="kobo. 21.1">can< /span>< /i> <span class="koboSpan" id="kobo. 22.1">and< /span> <i class=" calibre2" ><span class="koboSpan" id="kobo. 23.1">cannot< /span>< /i> <span class="koboSpan" id="kobo. 24.1">control. </span> <span class="koboSpan" id="kobo.24.2">
In the file generated with v8:
This hinges on understanding what we </span><i class=" calibre2" ><span class="koboSpan" id="kobo. 6.11">can< /span>< /i><span class="koboSpan" id="kobo.6.12"> and </span><i class=" calibre2" ><span class="koboSpan" id="kobo. 6.13">cannot< /span>< /i><span class="koboSpan" id="kobo.6.14"> control. </span><span class="koboSpan" id="kobo.6.15">
Hope this helps.