﻿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
3630	Newforms clean_data causes encoding issue with database	Baptiste	Adrian Holovaty	"""form"" is a newform and ""Article"" is a model.
{{{
new_article = Article(text=form.clean_data['article'])
}}}
If the field article contains accents, they are replaced by ""?"" in the database (same thing if they are displayed with a view/template).
Encoding of the page is utf8.

That would be interesting to test if it is a newforms issue by trying to make an Article with accents in the admin of thenewforms-admin branche. I couldn't make it work (admin said I didn't have rights) to test by myself."		closed	Forms	dev		invalid	accents	mir@…	Unreviewed	0	0	0	0	0	0
