﻿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
15017	Can't use dumpdata to output non-ASCII data	echamberlain	nobody	"We are trying to migrate between databases and we are running into a problem while trying to use dumpdata.  We've tried:

	{{{./manage.py dumpdata --natural --indent 2 > dump.json}}}

and:

	{{{./manage.py dumpdata --natural --format xml --indent 2 > dump.xml}}}

Both return the following error:

	{{{Error: Unable to serialize database: 'ascii' codec can't encode character u'\xe9' in position 18: ordinal not in range(128)}}}
"		closed	Core (Serialization)	1.2		invalid			Unreviewed	0	0	0	0	0	0
