Xteink-X4-crosspoint-reader/lib/Epub/Epub
Dave Allie 2b12a65011
Remove HTML entity parsing (#274)
## Summary

* Remove HTML entity parsing
  * This has been completely useless since the introduction of expat
* expat tries to parse all entities in the document, but only knows of
HTML ones
* Parsing will never end with HTML entities in the text, so the
additional step to parse them that we had went completely unused
* We should figure out the best way to parse that content in the future,
but for now remove that module as it generates a lot of heap allocations
with its map and strings
2026-01-07 23:08:43 +11:00
..
blocks Use sane smaller data types for data in section.bin (#188) 2025-12-31 13:11:36 +11:00
parsers Remove HTML entity parsing (#274) 2026-01-07 23:08:43 +11:00
BookMetadataCache.cpp Feature: go to text/start reference in epub guide section at first start (#156) 2025-12-30 23:02:46 +11:00
BookMetadataCache.h Feature: go to text/start reference in epub guide section at first start (#156) 2025-12-30 23:02:46 +11:00
Page.cpp Use sane smaller data types for data in section.bin (#188) 2025-12-31 13:11:36 +11:00
Page.h Add exFAT support (#150) 2025-12-30 16:09:30 +11:00
ParsedText.cpp Use sane smaller data types for data in section.bin (#188) 2025-12-31 13:11:36 +11:00
ParsedText.h Use sane smaller data types for data in section.bin (#188) 2025-12-31 13:11:36 +11:00
Section.cpp Add paragraph alignment setting (justify/left/center/right) (#191) 2026-01-02 18:21:48 +11:00
Section.h Add paragraph alignment setting (justify/left/center/right) (#191) 2026-01-02 18:21:48 +11:00