View Single Post
Old 03-01-2018, 09:27 PM   #29
KevinH
Sigil Developer
KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.KevinH ought to be getting tired of karma fortunes by now.
 
Posts: 8,893
Karma: 6120478
Join Date: Nov 2009
Device: many
No,
The actual error was after that line in that same file.

See this post above for the real problem:

https://www.mobileread.com/forums/sh...2&postcount=25

That is an incorrect url as it uses only %BF (a Latin 1 invert question) but that is not a proper utf-8 character. That character in utf-8 is 0xc2 0xbf and so the url is not utf-8 compliant.

I have modified flightcrew master to spit out a warning on this type of problem:

See this post:

https://www.mobileread.com/forums/sh...4&postcount=27

KevinH


See
Quote:
Originally Posted by Sergey Glazyrin View Post
Hello Kevin
Thanks for extra information.
I get this result using python urllib.parse.quote method
And this url works fine in a browser.
https://en.wikipedia.org/wiki/Chamb%C3%A9ry

But the one you mentioned, this one: https://en.wikipedia.org/wiki/Chamb%C2%BFry
seems to me incorrect.
KevinH is offline   Reply With Quote