1
0
mirror of https://github.com/moparisthebest/SickRage synced 2024-08-13 16:53:54 -04:00
SickRage/lib/feedparser/tests/encoding/x80_koi8-t.xml

9 lines
278 B
XML
Raw Normal View History

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