﻿id	summary	reporter	owner	description	type	status	component	version	severity	resolution	keywords	cc	stage	has_patch	needs_docs	needs_tests	needs_better_patch	easy	ui_ux
19785	Some bug	freeq2@…	nobody	"-- ascii html file , with russian value word

<form method=""post"" action=""http://127.0.0.1:8000/"">
    <input type=""submit"" name=""attr"" value=""привет"">
</form>

--

I post this to some view, and have encoding bug.
All value letters have ord 65533,
assert 0, ord(request.POST['attr'][0]) ...


I can fix this only ready raw post data,
request.read()

"	Bug	closed	HTTP handling	1.5-rc-1	Normal	needsinfo			Unreviewed	0	0	0	0	0	0
