Thread: Touch .kepub.epub
View Single Post
Old 04-15-2013, 10:01 AM   #203
Anak
Guru
Anak ought to be getting tired of karma fortunes by now.Anak ought to be getting tired of karma fortunes by now.Anak ought to be getting tired of karma fortunes by now.Anak ought to be getting tired of karma fortunes by now.Anak ought to be getting tired of karma fortunes by now.Anak ought to be getting tired of karma fortunes by now.Anak ought to be getting tired of karma fortunes by now.Anak ought to be getting tired of karma fortunes by now.Anak ought to be getting tired of karma fortunes by now.Anak ought to be getting tired of karma fortunes by now.Anak ought to be getting tired of karma fortunes by now.
 
Posts: 603
Karma: 641742
Join Date: Mar 2012
Location: DE
Device: Kobo Glo
After using the KoboTouchExtended plugin to I found that
the first html-tag or span-tag after a <span class="koboSpan" id="kobo.1.1"> a white space before this tag is removed.

Original text (* represents a space, that is removed after conversion):
Code:
<h2>Moody’s plaatst vraagtekens bij waardering*<small>DE</small></h2>
…
<p>Het bod van*<span class="smallcaps">JAB</span> waardeert <span class="smallcaps">DEMB</span> in totaal op 7,5 miljard euro.
After Kobofying the epub:
Code:
<h2><span class="koboSpan" id="kobo.1.1">Moody’s plaatst vraagtekens bij waardering<small>DE</small></span></h2>
…
<p><span class="koboSpan" id="kobo.4.1">Het bod van<span class="smallcaps">JAB</span> waardeert <span class="smallcaps">DEMB</span> in totaal op 7,5 miljard euro.
Red: first html-tag/code: space removed
Green: second, third… html-tag/code: space not removed.

Is there a way to fix this? It should only be fixed if a white space precedes the first html-tag/code. Not just simply add one.
Attached Files
File Type: epub Quick Hyphenation Test.epub (3.3 KB, 184 views)
File Type: epub Quick Hyphenation Test - Anonymous.kepub.epub (3.4 KB, 201 views)

Last edited by Anak; 04-15-2013 at 10:03 AM.
Anak is offline   Reply With Quote