﻿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
422	define a default charset for web pages	anonymous	Adrian Holovaty	"On django/utils/httpwrappers.py the DEFAULT_MIME_TYPE is just ""text/html"". That means the web browsers sometimes show ""weird things"" when one uses non-ascii characters on the templates (example: customize base_site.html adding some utf-8 characters and open the http://.../admin/ login page). It would be better to define a default charset, changing that to DEFAULT_MIME_TYPE = 'text/html; charset=utf-8' (the same mimetype used on the admin interface)."	enhancement	closed	Core (Other)		trivial	duplicate			Unreviewed	0	0	0	0	0	0
