﻿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
9118	Unhelpful handling of UTF_8 encoding bugs in ModelForm field.help_text	Jerzy Ludwichowski		"I am modifying a field of a model in ModelForm and adding a help_text with national characters. The declared encoding is UTF_8, but the actual help_text contains a wrong diacritic (not UTF_8 encoded). The complete form.as_table within my template called does quietly not render -- it just doesn't show. The template displays correctly when the diacritic in error gets removed or corrected. 

If I remove the UTF_* coding declaration in the original error situation then the following is reported:

{{{
Non-ASCII character '\x9c' in file <forms.py pointer removed> on line 43, but no encoding declared; see http://www.python.org/peps/pep-0263.html for details (forms.py, line 43)
}}}

 "		closed	Forms	dev		wontfix			Accepted	0	0	0	0	0	0
