﻿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
3797	utf-8 chars don't work in feeds	jinzo	Adrian Holovaty	"
{{{
class RssSiteNewsFeed(Feed):
    title = ""some title""
    link = ""/sitenews/""
    description = ""some description""

}}}

Title and description ( in Feed class ( example above ) ) do not support non-ASCII chars. You get a nasty error if you wish to use non-ASCII chars in there. 

Could someone do a patch for utf-8 support?"		closed	contrib.syndication	dev		fixed	unicodisation	matjaz.crnko@… jm.bugtracking@…	Accepted	0	0	0	0	0	0
