Sign in
webkit
/
WebKit
/
6501da5d9efd585f38613665c05cd2c5dda52074
/
.
/
LayoutTests
/
imported
/
w3c
/
web-platform-tests
/
XMLHttpRequest
/
resources
/
win-1252-html.py
blob: a4d72d5e2754ce2178cf1f3c4ed9d39c8f68bb15 [
file
] [
log
] [
blame
]
def
main
(
request
,
response
):
headers
=
[(
"Content-type"
,
"text/html;charset=windows-1252"
)]
content
=
chr
(
0xff
)
return
headers
,
content