From fd44c98cd0ae580f05b29be005737d0b2c7d6c85 Mon Sep 17 00:00:00 2001 From: Nazar Kanaev Date: Wed, 7 Apr 2021 14:54:57 +0100 Subject: [PATCH] nothing can be done MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- doc/todo.txt | 2 -- 1 file changed, 2 deletions(-) diff --git a/doc/todo.txt b/doc/todo.txt index 81591e2..026d720 100644 --- a/doc/todo.txt +++ b/doc/todo.txt @@ -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