Here is my current game plan for "named/character entity" substitution:
If you (or anyone else reading this thread) have suggestions for other entities that should be handled by default, let me know and I'll consider adding those as well.
I've already implemented the above, but I want to test it more thoroughly, along with some other updates that are already in progress. I think I'll be able to release in the next 2-3 weeks.
Karl
- Automatically substitute the following entities:
- = 
- ©=©
- ®=®
- ™=™
- –=–
- —=—
- ‘=‘
- ’=’
- “=“
- ”=”
- …=…
- For any named entity that is not mapped, display a space character. This should prevent truncating the content with a parsing error, which doesn't seem to me like a good user experience.
- If your books have any other named entities that you would like to render, you can add those to the tool by updating a file called entity.txt in the app shared storage folder. I'll include more details in the online documentation for how to accomplish that when I release the updates.
If you (or anyone else reading this thread) have suggestions for other entities that should be handled by default, let me know and I'll consider adding those as well.
I've already implemented the above, but I want to test it more thoroughly, along with some other updates that are already in progress. I think I'll be able to release in the next 2-3 weeks.
Karl