1 2 3 4
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"