Quote:
Originally Posted by Leonatus
But when I ran Language tool, there appeared another error:
Code:
UnicodeDecodeError: 'utf-8' codec can't decode byte 0xe4 in position 94: invalid continuation byte
|
This usually only happens if the epub is incorrectly encoded. Your book most likely has no encoding declaration or an UTF8 declaration but is most likely
CP1252 encoded. However, valid epubs may only be utf8 or utf16 encoded.
0xe4 (228) in CP1252 is the German a umlaut (ä).
If the French book is a PD book, please send me the download link in a PM. I might be able to fix the code page issue.