Source code
Revision control
Copy as Markdown
Other Tools
def main(request, response):
response.headers.set(b"Content-Type", b"text/html;charset=this-is-not-a-charset")
# ยข
response.content = b"<meta charset=windows-1251>\xA2\n"
def main(request, response):
response.headers.set(b"Content-Type", b"text/html;charset=this-is-not-a-charset")
# ยข
response.content = b"<meta charset=windows-1251>\xA2\n"