SickRage/lib/feedparser/tests/encoding/demoronize-1.xml

14 lines
272 B
XML
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?xml version="1.0"?>
<!--
Description: using win-1252 character points instead of unicode
Expect: not bozo and entries[0]['description'] == u'don\u2019t'
-->
<rss version="2.0">
<channel>
<item>
<description>don’t</description>
</item>
</channel>
</rss>