Hi:
Another issue. When an aliaseis shown in italics, the length is wrong. I've checked it with the Kindle and it expect length 11 in this example to show X-Ray info from the aliase "Vulcan".
Quote:
<p>—Pues no está. Este es <i>Vulkan</i>. En estos momentos, el trabajo se halla en un punto crítico.
|
It expects 6 as length in this example:
Quote:
<p>Él era la única persona en Alemania que sabia que, en una época anterior de su vida, <i>Vulkan</i> era conocido por el nombre de Eduard Roschmann.</p>>
|
It seems it needs the real word length if there is a whitespace after the </i> just after the aliase . Othercase 4 should be add (length of </i>) and then the length of the chars after the </i>.
Thanks