1
0

German Umlaut not properly displayed #25

Open
opened 2013-11-10 12:14:35 +00:00 by aschilling · 1 comment
aschilling commented 2013-11-10 12:14:35 +00:00 (Migrated from github.com)

I love your tt-rss plugin and while it works for me most of the time without any issues, there are some sites where the German Umlaut is not properly displayed (i.e. iphoneblog.de). My config for this blog is as follows,

"iphoneblog.de": {
"type": "xpath",
"xpath": "div[@class='beitragstext']"
}

I already tried the "force_charset": "utf-8" option but this does not work either. A post where you can see the wrong encoding is the article from the 10th of November ("Besserer Dateitausch ...") where the Öffnen-In is not correctly encoded.

I would deeply appreciate your help on this issue.

Best regards

Andy

I love your tt-rss plugin and while it works for me most of the time without any issues, there are some sites where the German Umlaut is not properly displayed (i.e. iphoneblog.de). My config for this blog is as follows, "iphoneblog.de": { "type": "xpath", "xpath": "div[@class='beitragstext']" } I already tried the "force_charset": "utf-8" option but this does not work either. A post where you can see the wrong encoding is the article from the 10th of November ("Besserer Dateitausch ...") where the Öffnen-In is not correctly encoded. I would deeply appreciate your help on this issue. Best regards Andy
tewe commented 2014-02-09 16:32:38 +00:00 (Migrated from github.com)

That site supplies a broken charset declaration (I guess the author modified a template without knowing PHP) and doesn't use UTF-8 (what is this, the 90s?). "force_charset: "windows-1251" should work.

That site supplies a broken charset declaration (I guess the author modified a template without knowing PHP) and doesn't use UTF-8 (what is this, the 90s?). "force_charset: "windows-1251" should work.
This repo is archived. You cannot comment on issues.
No Label
1 Participants
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: mbirth/ttrss_plugin-af_feedmod#25
No description provided.