﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	severity	resolution	keywords	cc
929	html entities should not appear in rss2 title	anonymousbugger	ryan	"If a html-entity appears in the title, the xml file is broken.

so an entity sould be decoded and encoded as utf8

echo utf8_encode(html_entity_decode($title));

instead of echo $title;

in wp-includes/feed-functions.php line 12

will fix this problem"	defect (bug)	closed	normal		General	1.5	major	fixed		ringmaster darkcanuck ronny
