Quote:
Originally Posted by dave9000
There's a small problem with character encoding (windows-1252).
E.g. this sentence:
"... uno dei più famosi scrittori ..."
should be
"... uno dei più famosi scrittori ..."
It looks like the original text is encoded TWICE with UTF-8.
Thanks for the useful plugin anyway!
P.S. the following patch in worker.py seems to fix the issue:
OLD: raw = raw.decode('windows-1252', errors='replace')
NEW: raw = raw.decode('utf-8', errors='replace')
|
Thx. I will do a check .
Can you give me title and writer please.
Do you use anobii or bol-it as source?