Quote:
Originally Posted by isarl
I may be wrong but these particular errors look to me like the file is already encoded as UTF-8. The problem is not how it is encoded, it is how it is being decoded.
|
The html files are most likely either missing encoding declarations and/or contain
Mojibake.
If they're missing encoding declarations they aren't properly encoded and might be incorrectly decoded.
AFAIK, the Modify ePub plugin will add missing encoding declarations, but can't handle Mojibake.