Quote:
Originally Posted by raghiid
Oddly, I've found that if I hyphenate before converting to azw3, the page count that calibre inserts does not show up in the book.
|
That seems to support my recommendation to do the hyphenation last Get the book right, convert to AZW3 and then run the Hyhpenate This! plugin on the AZW3 version only. Though I don't know if that can be done as I don't use the plugin. I remember trying it and found it caused more problems than it solved.
As to Kovid's short reply, that was the search string to find all an occurrence of "f" followed by a soft-hyphen (using the unicode value for the character) and then an "i". Put that into the the find field, change the mode to "Regex" and press the find button. That will find the problem.
If what you want to do is remove all the occurrences of "fl" and "fi" with a soft-hyphen in the middle, you could use the search:
With replace:
And again in Regex mode. Either do a find and then replace, or use "Replace all" to do it in one go.
Of course, if the Hyphenate This! plugin is putting a hyphen between these characters it could be a bug in that plugin. Maybe you should ask the plugin's author about this.