﻿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
18007	Support for character sets in HTTP headers (RFC5987)	Claude Paroz	nobody	"Currently, Django is converting all HTTP headers to us-ascii (RFC 2616). However, a new RFC is available which defines how to encode character set in header fields (RFC 5987):

http://greenbytes.de/tech/webdav/rfc5987.html

My use case is about setting a filename (which can legitimately be a Unicode string) in the Content-Disposition header:
{{{
    response[""Content-Disposition""]= ""attachment; filename=%s"" % fname
}}}"	New feature	closed	HTTP handling	1.4	Normal	duplicate			Unreviewed	0	0	0	0	0	0
