German Umlaut not properly displayed #25
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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
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.