GNOME Bugzilla – Bug 384367
XML feed broken
Last modified: 2010-08-06 14:39:53 UTC
Right now, the Gnome XML feed is again broken. Gnomefiles' front page is broken because of the bad feed, and Firefox's builtin RSS reader only renders the first 3 items and ignores all the rest of the feed. Again, it's the same problem, the non-utf8 characters found in this line on gnome-screensaver's NEWS file: * Andrzej Polaty%Gń%@ski (pl)<br> I think it's imperative to find a way to run python's or php's utf8 normalization function in order to change automatically these characters before they get recorded in the XML file.
Yes, please do. The feed breaks all too often, about 2-3 times per month -- for about a day each time. This is how I do it for gnomefiles' feed through PHP so it doesn't break when a non-english character is present: $RSS_content = mb_convert_encoding($RSS_content, "UTF-8");
Is this still an issue? (3yrs later...)
I assume not. Please reopen if this is still an issue.