mirror of
https://github.com/evilhero/mylar
synced 2025-02-08 23:34:35 +00:00
9 lines
No EOL
296 B
XML
9 lines
No EOL
296 B
XML
<?xml version="1.0" encoding="windows-1252"?>
|
|
<!--
|
|
SkipUnless: __import__('codecs').lookup('windows-1252')
|
|
Description: \x80 character in windows-1252 encoding
|
|
Expect: not bozo and feed['title'] == u'\u20ac'
|
|
-->
|
|
<feed version="0.3" xmlns="http://purl.org/atom/ns#">
|
|
<title>€</title>
|
|
</feed> |