gutenbergtools / ebookmaker

The Project Gutenberg tool to generate EPUBs and other ebook formats.
GNU General Public License v3.0
84 stars 18 forks source link

Online Ebookmaker: Unicode corruption in table of contents #176

Closed remline closed 1 year ago

remline commented 1 year ago
  1. Create an HTML file with the following contents:
<!DOCTYPE html>
<html>
<head><meta charset="UTF-8"><title>t</title></head>
<body><h2>betaβ</h2></body>
</html>
  1. Upload the HTML file to ebookmaker.pglaf.org.
  2. Open the generated KF8 file.
  3. Note that the table of contents contains betaβ rather than betaβ.

Notes:

eshellman commented 1 year ago

how are you opening the KF8 file?

remline commented 1 year ago

I see a corrupt table of contents when opened on either Kindle Paperwhite 11th Generation or Calibre's ebook-viewer (6.14.1).

eshellman commented 1 year ago

thanks.

eshellman commented 1 year ago

works correctly in Calibre6.8(mac). Has to be a Calibre bug