trisquel-icecat/icecat/testing/web-platform/tests/xhr/resources/win-1252-xml.py

5 lines
158 B
Python

def main(request, response):
headers = [(b"Content-type", b"application/xml;charset=windows-1252")]
content = b'<\xff/>'
return headers, content