Quote:
Originally Posted by robertmchicago
But are you sure that keyboard keys like % * - _ = + ' " ; : don't need to be changed?"
|
Yes, I am sure. The parser won't catch them as functional characters, it will only seek for < and > which are part of HTML tags itself, and the & char which will get interpreted as the beginning of an unicode expression. So there is no need to worry. In fact, when coding for EPUB3 Sigil will swap your unicode or HTML entities with the actual chars, since this is the way to go.
Also, without additional information, the parser wouldn't even be able to assign the required chars when using HTML entities, since HTML5 doesn't require these additional informations anymore, thus having no assigning table in hand out of the box.