nothing can be done

the website serves content without charset/encoding information
in http headers. in the absence of that info charset.DetermineEncoding
defaults to cp-1252, but the actual content served is utf-8.

which explains why, say, ’ shows up as ’

see:
    https://stackoverflow.com/questions/2477452/%C3%A2%E2%82%AC-showing-on-page-instead-of
This commit is contained in:
Nazar Kanaev 2021-04-07 14:54:57 +01:00
parent c2a28bcadf
commit fd44c98cd0

View File

@ -1,5 +1,3 @@
- fix: text is garbled in
https://www.tedinski.com/2019/11/17/book-status-update.html
- fix: focus on the newly added feed
- etc: test new parser extensively
- fix: loading items (by scrolling down) is glitching while feeds are refreshing