﻿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
3395	UnicodeError with newforms and non-english error messages	Honza Král <Honza.Kral@…>	Adrian Holovaty	"When I use {{{ LANGUAGE_CODE = 'cs' }}} and have some errors in newforms, the template rendering fails because the errors are unicode strings, and the rest of the system fails to handle that correctly (so trying {{ form.field.errors|join:"", "" }} fails horribly).

I attached a patch that takes care of the problem by encoding all the errors using {{{ settings.DEFAULT_CHARSET }}} in {{{ ValidationError }}}.

All tests pass"		closed	Forms	dev		duplicate	unicode newforms errors	Honza.Kral@…	Design decision needed	1	0	0	0	0	0
