You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While this is mistake from the person who built this website, we could make the scraper resilient to this and automatically transform in proper encoding (iso-8859-1 in example above). Currently the scraper consider that encoding is iso-8859 in example above and ... fails.
For this we need to:
adapt the regex searching for the charset in document headers
replace strange codepoints by their ascii equivalent
The text was updated successfully, but these errors were encountered:
In https://marxists.incn.su/deutsch/archiv/lafargue/1884/xx/appetit.htm (and many others), the
-
is not the standard-
:While this is mistake from the person who built this website, we could make the scraper resilient to this and automatically transform in proper encoding (
iso-8859-1
in example above). Currently the scraper consider that encoding isiso-8859
in example above and ... fails.For this we need to:
The text was updated successfully, but these errors were encountered: