﻿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
5076	Request object should try to determine encoding	dbr <daniel@…>	Claude Paroz <claude@…>	"(As discussed [http://groups.google.com/group/django-developers/browse_thread/thread/3d1b755e00d413cb here] on django-developers.)

When recieving POST-data it is not certain that the charset is declared
in the Content-Type header. This leads to a situation where the POST data, when it is converted to
unicode, will have all non-ascii characters translated to \ufffd (the
codepoint for an unknown character). Probably desireable if the original data
was, for instance, latin-1 encoded.
"	Cleanup/optimization	closed	HTTP handling	dev	Normal	fixed	unicode conversion charset POST request		Ready for checkin	1	0	0	0	0	0
