Since the last update I'm seeing lots of double quotes, ampersands and exclamations in titles and most are working fine, some single quotes still appear to be problematic though, examples below:

Drupal
http://www.footy247.co.uk/roeder-i-apos-ll-send-spies-to-belgium
Node title - Roeder: I'll send spies to Belgium

From
http://icnewcastle.icnetwork.co.uk/newcastleunited/journalsport/rss.xml
Roeder: I'll send spies to Belgium

Drupal
http://www.footy247.co.uk/n-apos-zogbia-ruled-out-until-the-new-year
Node title - N' Zogbia ruled out until the New Year

From
http://icnewcastle.icnetwork.co.uk/newcastleunited/journalsport/rss.xml
N'Zogbia ruled out until the New Year

$Id: feedaggregator_node.module,v 1.32 2006/12/14 01:57:49

Comments

budda’s picture

Assigned: Unassigned » budda

I can re-create this - but I cannot see why only this feed is producing the problem :-(

chrishaslam’s picture

Priority: Normal » Critical

This is happening quite frequently but the problem is now this is now breaking RSS feeds:

XML Parsing Error: not well-formed
Location: http://www.footy247.co.uk/liverpool/feed
Line Number 9, Column 13: 
<title>Reds seventh year sell-off claims</title>
-----------^

RSS Title - Reds’ seventh year sell-off claims
Node Title - Reds seventh year sell-off claims

It seems to be slanted single and double quotes causing the problem

budda’s picture

I've changed the entity encoding done on titles to be the same as the code used in leech_news.module

Hopefully this will fix the issue. You'll find the updated code in CVS.

budda’s picture

Status: Active » Fixed

Assuming this is fixed now?

Anonymous’s picture

Status: Fixed » Closed (fixed)