﻿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
29511	Set the charset on the JavaScriptCatalog response	Roland van Laar	nobody	"What I want: set the charset on responses with javascript files.

The supposed way of doing that is setting the `DEFAULT_CHARSET` in settings.py. 
However, this setting isn't used when the `content_type` is specified when calling `HttpResponse`.

It seems to me that this is a bug. Why accept `charset` as an option when it only does something
when `content_type` is set.

`django.views.i18n.JavascriptCatalog` sets this `text/javascript` as the content_type.
Whereas it should be: `text/javascript; charset=utf-8`."	Bug	closed	Internationalization	1.11	Normal	fixed			Ready for checkin	1	0	0	0	0	0
