Quote:
Originally Posted by pol.bcn
Hi
I'm from Spain, so my texts hav accented words.
|
Y yo soy Italiano… Y también in Italia tenemos las vocales accentadas
The problem is known. You probably are using Windows, and Windows cannot export the UTF8 charachter in the right order. All "special" charachters are two bytes long, but under windows the saving order is inverted.
Until 0.3.0, I use a different process for text. Now the process is faster tan before, but I must solve the "endian" problem. I'm studying about this.
About the split, I remember that the extension splits the file every "page break" encountered. If you put a page break before each chapter header, you'll obtain a perfectly splitted file.
I use this method. After applying the "header" stile to all chapter titles, I modify the Header stile to add a break before the style itself. So I have a perfectly formatted epub.
But if Roger prefer to leave the extension splitting automatically, I will add an "auto-split" function in the next release, so the epub will be spliteed every "x" bytes.
Please note that doing so, you'll get a page break almost randomly along the text. The better is to insert a manual page break where you want a page break
Thanks to all
Luke