stonezhl / Bookbinder

A Swift ePub parser framework for iOS.
MIT License
36 stars 10 forks source link

Encoding Error #12

Open gasawase opened 9 months ago

gasawase commented 9 months ago

Trying to bind a book at a URL from File Selector, suddenly. I believe that it was caused by the update to XCode 15.1 but I'm not sure. Some epubs can be bound, some do cannot and give me the EncodingMismatch error and I can't figure out what the difference between some epubs that work and some epubs that do not. I've been digging for a few days now and scanning the Kanna and Bookbinder code, but can't figure out what the issue is. I'll update if anything changes and if new information is needed.

aehlke commented 7 months ago

ffigure it out?

gasawase commented 7 months ago

I couldn't. I ended up needing to make my own program to process this information and am not using BookBinder anymore.

aehlke commented 7 months ago

I'm now using foliate-js via webview, it works well