﻿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
6955	Unicode XML breaks RelaxNGCompact validator	Jeremy Dunck	Jeremy Dunck	"In Django, the RelaxNGCompact validator writes out the field data to a temp file, then shells out to jing to perform RNG validation on that XML.

It's been broken for unicode data since the unicode branch landed.  I guess not that many people use the RelaxNGCompact validator.  ;-)


The fix is trivial-- just call smart_str on field data on its way into the file.

I'd provide tests, but I'm sort of overworked at the moment.  :-/"		closed	Validators	dev		wontfix	unicode		Accepted	1	0	1	0	0	0
