View Single Post
Old 06-12-2020, 12:18 PM   #75
Doitsu
Grand Sorcerer
Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.Doitsu ought to be getting tired of karma fortunes by now.
 
Doitsu's Avatar
 
Posts: 5,748
Karma: 24032915
Join Date: Dec 2010
Device: Kindle PW2
Quote:
Originally Posted by Leonatus View Post
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.
Doitsu is offline   Reply With Quote