1
0

German Umlaute are broken #1

Closed
opened 2013-04-09 21:37:41 +01:00 by tommynd · 6 comments
tommynd commented 2013-04-09 21:37:41 +01:00 (Migrated from github.com)

I added this plugin to my installation of TTRSS and enabled "heise security" (http://www.heise.de/security/news/news-atom.xml) as test. Now the german Umlaute inside content are broken.

Apache is running UTF-8

Title of article is OK

Database is also UTF8

Example: "Draußen meldet sich langsam der Frühling zurück, drinnen rufen Adobe und Microsoft zum Frühjahrsputz des Rechners auf."

I added this plugin to my installation of TTRSS and enabled "heise security" (http://www.heise.de/security/news/news-atom.xml) as test. Now the german Umlaute inside content are broken. Apache is running UTF-8 Title of article is OK Database is also UTF8 Example: "Draußen meldet sich langsam der Frühling zurück, drinnen rufen Adobe und Microsoft zum Frühjahrsputz des Rechners auf."
mbirth commented 2013-04-09 21:38:59 +01:00 (Migrated from github.com)

It's a problem specific to heise.de for now. Other sites work fine. I'll look into it, soon.

It's a problem specific to heise.de for now. Other sites work fine. I'll look into it, soon.
tommynd commented 2013-04-09 22:24:58 +01:00 (Migrated from github.com)

I see... tested it with feeds from Golem.de and everything is beautiful...

I see... tested it with feeds from Golem.de and everything is beautiful...
tommynd commented 2013-04-10 17:32:09 +01:00 (Migrated from github.com)

Tested it and it works now like a charm! Great! Thanks!

Tested it and it works now like a charm! Great! Thanks!
tobnukem commented 2014-02-19 14:48:18 +00:00 (Migrated from github.com)

First of all, thanks for that awesome plugin. heise.de ist not working for me. I used your example-code and forced UTF-8. But content looks like this: Das Weiße Haus hat betont, dass es das offene Internet als wichtige Voraussetzung für den freien Informationsfluss sowie für Innovationen. Any idea what I did wrong?

First of all, thanks for that awesome plugin. heise.de ist not working for me. I used your example-code and forced UTF-8. But content looks like this: Das Weiße Haus hat betont, dass es das offene Internet als wichtige Voraussetzung für den freien Informationsfluss sowie für Innovationen. Any idea what I did wrong?
githubomane commented 2014-03-03 19:56:21 +00:00 (Migrated from github.com)

I'm subscribed to a heise-feed as well and everything works fine for me.
This is my code:

"heise.de": {
    "type": "xpath",
    "xpath": "div[@class='meldung_wrapper']",
    "force_charset": "utf-8"
}
I'm subscribed to a heise-feed as well and everything works fine for me. This is my code: ``` "heise.de": { "type": "xpath", "xpath": "div[@class='meldung_wrapper']", "force_charset": "utf-8" } ```
tobnukem commented 2014-03-05 11:00:01 +00:00 (Migrated from github.com)

Thanks... I am using the same code, so there has to be another problem. Where could I look into? I already checked my database and it's using utf8_general_ci

Thanks... I am using the same code, so there has to be another problem. Where could I look into? I already checked my database and it's using utf8_general_ci
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#1
No description provided.