1
0
Fork 0
mirror of https://github.com/evilhero/mylar synced 2025-02-13 01:34:35 +00:00
mylar/lib/feedparser/tests/encoding/utf-16le-bom.xml

8 lines
470 B
XML
Raw Normal View History

2012-09-09 21:59:46 +00:00
<EFBFBD><EFBFBD><?xml version="1.0" encoding="utf-16"?>
<!--
SkipUnless: __import__('codecs').lookup('utf-16le')
Description: Wellformed UTF-16 with Byte Order Mark (Little Endian)
Expect: not bozo and encoding == 'utf-16le'
-->
<rss>
</rss>