View Single Post
Old 01-12-2011, 05:30 AM   #1
marekgregor
Junior Member
marekgregor began at the beginning.
 
Posts: 1
Karma: 10
Join Date: Jan 2011
Device: none
PDF-> EPUB conversion splits paragraph

PDF->EPUB conversion incorrectly splits paragraph where the line ends with character containing diacritics. Look into debuging folder shows that input/index.html contains paragraph:

„Já jsem ráda, žes to neudělal, ale jsem ti vděčná, žes mě<br>
před ním chránil.“<br>

which is processed in parsed/index.html as:

<p>„Já jsem ráda, žes to neudělal, ale jsem ti vděčná, žes mě</p>
<p>před ním chránil.“</p>

what is wrong because it creates two paragraphs from one because of character ě.

Do you know how can I fix paragraph splitting to handle also diacritics.

thanks
marekgregor is offline   Reply With Quote