Quote:
Originally Posted by robertmchicago
My question: Are there other things on the keyboard that we don't put directly from the keyboard?
Thanks a lot
|
No, these three are the only ones, considered special characters, thus they have to be masked.
Since you are writing for EPUB3 you deal with XHTML5 and UTF-8, which means, you can safely use and should use all other characters directly for your main text. There are some exceptions when you wanna put special chars into tag-property values like for 'aria-label', but I would strongly encourage you to not use special chars in these values.
Also, as mentioned before, it will make life easier when you use a proper EPUB tool like Sigil (it's free), which can help you alot with all this tideous stuff.