﻿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
4452	Unicode error in the syndication system	aribao@…	Adrian Holovaty	"First of all, Idon't know if the component is RSS framework, I don't know if it's the same as ""Syndication feeds"", I guess so.


I'm serving an atom feed, and I got problems with the following line:[[BR]]


{{{
subtitle = u""Melón""
}}}


The codification is wrong, but with the next line I get an error:[[BR]]


{{{
subtitle = ""Melón""
}}}


'''Error:'ascii' codec can't decode byte 0xc3 in position 40: ordinal not in range(128)[[BR]]'''


Probably it's because the framework doesn't check the codification before trying to convert it to unicode. I don't know, actually I didn't check the code yet. A matter of time.


"		closed	contrib.syndication	dev		fixed	unicode-branch		Accepted	0	0	0	0	0	0
