Xteink-X4-crosspoint-reader/src/activities/reader
Arthur Tazhitdinov b1dcb7733b
fix: truncating chapter titles using UTF-8 safe function (#599)
## Summary

* Truncating chapter titles using utf8 safe functions (Cyrillic titles
were split mid codepoint)
* refactoring of lib/Utf8

---

### AI Usage

While CrossPoint doesn't have restrictions on AI tools in contributing,
please be transparent about their usage as it
helps set the right context for reviewers.

Did you use AI tools to help write this code? _**< PARTIALLY >**_
2026-02-01 22:23:48 +11:00
..
EpubReaderActivity.cpp fix: truncating chapter titles using UTF-8 safe function (#599) 2026-02-01 22:23:48 +11:00
EpubReaderActivity.h feat: Add reading menu and delete cache function (#433) 2026-02-01 18:34:30 +11:00
EpubReaderChapterSelectionActivity.cpp fix: Hide button hints in landscape CW mode (#637) 2026-02-01 19:21:28 +11:00
EpubReaderChapterSelectionActivity.h Adds KOReader Sync support (#232) 2026-01-19 11:55:35 +00:00
EpubReaderMenuActivity.cpp feat: Add reading menu and delete cache function (#433) 2026-02-01 18:34:30 +11:00
EpubReaderMenuActivity.h feat: Add reading menu and delete cache function (#433) 2026-02-01 18:34:30 +11:00
KOReaderSyncActivity.cpp Adds KOReader Sync support (#232) 2026-01-19 11:55:35 +00:00
KOReaderSyncActivity.h Adds KOReader Sync support (#232) 2026-01-19 11:55:35 +00:00
ReaderActivity.cpp feat: treat .md files as .txt (#498) 2026-01-27 21:25:48 +11:00
ReaderActivity.h My Library: Tab bar w/ Recent Books + File Browser (#250) 2026-01-21 11:38:38 +00:00
TxtReaderActivity.cpp fix: truncating chapter titles using UTF-8 safe function (#599) 2026-02-01 22:23:48 +11:00
TxtReaderActivity.h Add TXT file reader support (#240) 2026-01-14 21:36:40 +11:00
XtcReaderActivity.cpp feat: add HalDisplay and HalGPIO (#522) 2026-01-28 04:50:15 +11:00
XtcReaderActivity.h Add chapter select support to XTC files (#145) 2025-12-30 12:49:18 +11:00
XtcReaderChapterSelectionActivity.cpp fix: Hide button hints in landscape CW mode (#637) 2026-02-01 19:21:28 +11:00
XtcReaderChapterSelectionActivity.h Add chapter select support to XTC files (#145) 2025-12-30 12:49:18 +11:00