<?xml version='1.0' encoding='iso-8859-1'?>

<!--
  Description:  Textual content should not indicate windows-1252 parsed as iso-8859-1
  Expect:       BadCharacters{parent:item,element:description}
-->

<rss version="2.0">
<channel>
<item>
<title>Foo</title>
<link>http://purl.org/rss/2.0/?item</link>
<description>This is a £“test.”</description>
</item>
</channel>
</rss>

