Quote:
Originally Posted by tshering
Yesterday I got an epub and converted it to a kepub.epub. The device did not remember the last opened page and opened the book always with the first page. When I navigated via the TOC menu, annotations and highligths did not show and it was not possible to insert new ones.
This was caused by the url-encoding of the filenames in the toc.ntx. The filenames followed the pattern "CR!Ssomething_split_000.html", whearas the references in the toc.ntx followed the pattern CR%21S_split_000.html". After changing "%21" to "!" everything went fine.
|
Can you please submit a Github bug report for this?