Quote:
Originally Posted by Hamlet53
The program has an annoying habit of when it encounters some non-fatal error it reloads the document moving the cursor to the top of the document. Sort of like a child that runs home to mamma whenever he has a boo-boo.
|
You get karma for making me laugh.
But what non-fatal errors are you talking about?
Quote:
Originally Posted by Hamlet53
It is not really a flaw but it took me some getting use to that the program automatically replaces alternate character entities with the display representation (for example Greek letters) even in the code view. I guess I am just used to code remaining code.
|
That's HTML Tidy. It's configured to preserve named entities and character references, but sometimes it just ignores that and does its own thing. Yeah. That's right. It's a lovely piece of code, that Tidy.
But really... everything in an epub is Unicode. There are things like & nbsp; that you want to see in the code, but other than those hard-to-distinguish characters, I really don't see the point of character references. So personally, I'm not that bothered by it.
And either way, an epub renderer doesn't care.