Quote:
Originally Posted by VovoKrall
But I'm having some issues with hyphenation and there's a possibility it's a kfx format issue (not your plugin's). My Kindle PW3 is not separating the syllables correctly...
|
Hyphenation is performed by the reading device using a hyphenation dictionary for each supported language. I have also seen that English words are occasionally split at incorrect locations. It is up to Amazon to fix that.
The best you can do is to make sure that you have the correct language specified in both the OPF metadata and the HTML content of your book.
Quote:
Originally Posted by VovoKrall
... and there's still hyphenation on left align view.
|
Choosing left alignment does not prevent hyphenation. It will still be used to prevent unusually short lines of text.
If you are familiar with how the edit the source files you are converting, you can turn off hyphenation completely in all or part of the text using CSS. The property to set for this is:
-webkit-hyphens: none