Closed (fixed)
Project:
FeedAPI
Version:
5.x-0.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Reporter:
Created:
29 Jul 2007 at 19:15 UTC
Updated:
29 Oct 2007 at 20:32 UTC
In every text field the " character will be displayed as " . In the source the " was " too, but after syndication in the Drupal site it's wrong.
Example: http://www.inforo.net/curso_quot_aproximacion_historia_fotografia_quot_e...
Comments
Comment #1
aron novakIt's only a problem at parser_simplepie, so I did the following:
diff simplepie.inc ~/SimplePie\ 1.0.1/simplepie.inc
It's not an optimal solution because i had to modify SimplePie's code, but works and i committed.
Comment #2
buddaSince Simplepie is no longer distributed from Drupal CVS, whats the alternative fix to this issue?
Comment #3
aron novakWell, i installed SimpleFeed to test the feed with another module uses SimplePie, but the feed mentioned in the first comment is unavailable.
I get another feed which contains " sign: http://rss.icerocket.com/xmlfeed?id=7118
The " sign remains good in both SimpleFeed and FeedAPI.
I would like to ask the bug reporter to tell me another feed(s) which reproduces this error to provide a chance for me to fix. (and test it with another simplepie-dependent aggregator module)
Comment #4
aron novakI found an example feed that causes this issue: http://objectmodels.blogspot.com/feeds/posts/default
I fixed the problem for this feed (the solution is from SimpleFeed, thanks :) )
If someone experience this again, please reopen the ticket with an exact feed URL to reproduce this.
Comment #5
aron novakComment #6
drupalista commentedSorry if this is the wrong place to report, I still do not completely understand the dev infrastructure of drupal...
I did a grep in drupal 6 beta1 and could not find the string simplepie, so I reopen this ticket as this error still occurs in drupal 6 beta 1.
You can check it out with the news.google.com RSS feed for Venezuela:
http://news.google.com/news?ned=es_ve&output=rss
The spanish rss feeds for some reason quite often have quotes, so you could also take Mexico or Cuba and wait a few days, but the day I am writing this there is one in Venezuela News RSS ("Reforma facilitará...").
Thanks!
Comment #7
drupalista commentedBTW: also the pictures of news.google.com rss feeds are not shown, I am not yet quite sure if this is a bug or if something is wrong on my side, but there should be pictures with google news rss feeds...
Comment #8
aron novakdrupalista,
Sorry, Drupal-6 has been not supported yet. I plan to port it soon. (beginning of November?)
I tested the feed what you mentioned at Drupal 5 and i have not found problem at all.
Please notice: you have to download simplepie separately. For details please read the readme in the downloadable package.
About images: it's a missing feature. It's not a bug, but i have to admit that it can be annoying :) It has a ticket already (feed element mapper so please do not open another one for this)
Comment #9
(not verified) commented