SickRage/lib/feedparser/tests/encoding/x80_csmacintosh.xml

9 lines
291 B
XML

<?xml version="1.0" encoding="csmacintosh"?>
<!--
SkipUnless: __import__('codecs').lookup('csmacintosh')
Description: \x80 character in csmacintosh encoding
Expect: not bozo and feed['title'] == u'\xc4'
-->
<feed version="0.3" xmlns="http://purl.org/atom/ns#">
<title></title>
</feed>