﻿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
7122	Unicode problem in ChoiceField	Mihai Damian	nobody	"I have a ChoiceField defined like this:

{{{
country = forms.ChoiceField(choices,required=False,label=_('Country'))
}}}

,where country is a list of tuples of the form (countrycode, countryname).
countrycode is always ASCII but some countrynames are UNICODE. If the tuples contain no UNICODE strings, all works fine. If I add to that just one tuple with UNICODE the whole form doesn't get rendered anymore (I use form.as_table to render the whole table for now). No errors are displayed, it just fails to render the form.

I saw there was a previous ticket with ChoiceFields not working with UNICODE but from what I understood the issue was supposed to be solved a long time ago
"		closed	Forms	dev		invalid			Unreviewed	0	0	0	0	0	0
