Sign in
chromium
/
external
/
w3c
/
web-platform-tests.git
/
HEAD
/
.
/
xhr
/
resources
/
shift-jis-html.py
blob: d8941e9b393e98a787106cc47ab9009b48da7356 [
file
] [
log
] [
blame
]
def
main
(
request
,
response
):
headers
=
[(
b
"Content-type"
,
b
"text/html;charset=shift-jis"
)]
# Shift-JIS bytes for katakana TE SU TO ('test')
content
=
bytes
([
0x83
,
0x65
,
0x83
,
0x58
,
0x83
,
0x67
])
return
headers
,
content