You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I built an RSSReader to get some news from a german news television shows RSS feed, and since its german it has some special characters in it (äüöÄÜÖ) and those get picked up wrong by the UTF-8 encoding:
All of the german special characters get somehow replaced by Ä and some garbage cause the translator adds 2 UTS-8 bytes (dez. 131 & 164) behind the 165 byte which indicates the german and some other special characters.
The text was updated successfully, but these errors were encountered:
Update: I can reproduce this with https://www.tagesschau.de/xml/rss2 (which matches the description above :)). Feed looks correctly UTF-8 encoded, and other than this RSS 2 feed, the RDF feed works fine.
I built an RSSReader to get some news from a german news television shows RSS feed, and since its german it has some special characters in it (äüöÄÜÖ) and those get picked up wrong by the UTF-8 encoding:
All of the german special characters get somehow replaced by Ä and some garbage cause the translator adds 2 UTS-8 bytes (dez. 131 & 164) behind the 165 byte which indicates the german and some other special characters.
The text was updated successfully, but these errors were encountered: