Skip Menu |

This queue is for tickets about the XML-RSS CPAN distribution.

Report information
The Basics
Id: 17471
Status: resolved
Priority: 0/
Queue: XML-RSS

People
Owner: Nobody in particular
Requestors: philcrow2000 [...] yahoo.com
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: 1.05
Fixed in: (no value)



Subject: Entity • not encoded
This module saved me a lot of time earlier this week and I like it a lot. But, one of the pages I want to feed has a bullet on it which is encoded in html as •. This was not in %entity, which the encode_text sub uses. Attached is a patch against the current CPAN version (1.05). Thanks for your work on this module, Phil
Subject: bullet.patch
--- RSS.pm 2004-04-21 02:14:43.000000000 -0500 +++ /home/phil/play/rss/RSS.pm 2006-02-03 12:30:33.000000000 -0600 @@ -1680,6 +1680,7 @@ # Matts' rssmirror.pl script # my %entity = ( + bull => "•", nbsp => " ", iexcl => "¡", cent => "¢",
Fixed in 1.12, thanks.