swift-toolkit icon indicating copy to clipboard operation
swift-toolkit copied to clipboard

%-encoded characters in the ToC cause navigation issue

Open llemeurfr opened this issue 5 years ago • 1 comments

sample-with-comma.epub.zip

In the testapp, go to the ToC, try jumping to "section2 comma" -> ok; jump to "section1"; try jumping to "section2 encoded comma" or try jumping to "section' encoded space" -> KO.

%-encoded characters in paths are not correctly handled here, but are correctly handled when found in the manifest (content.opf).

llemeurfr avatar Feb 24 '20 14:02 llemeurfr

This issue from @ryan-w reports the same problem, with a suggested fix: https://github.com/readium/swift-toolkit/issues/94

mickael-menu avatar Feb 25 '20 09:02 mickael-menu