Opened 18 years ago

Closed 17 years ago

#3797 closed (fixed)

utf-8 chars don't work in feeds

Reported by: jinzo Owned by: Adrian Holovaty
Component: contrib.syndication Version: dev
Severity: Keywords: unicodisation
Cc: matjaz.crnko@…, jm.bugtracking@… Triage Stage: Accepted
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

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?

Change History (3)

comment:1 by anonymous, 18 years ago

Cc: jm.bugtracking@… added

comment:2 by Simon G. <dev@…>, 18 years ago

Keywords: unicodisation added
Triage Stage: UnreviewedAccepted

comment:3 by Malcolm Tredinnick, 17 years ago

Resolution: fixed
Status: newclosed

This was fixed in [5609].

Note: See TracTickets for help on using tickets.
Back to Top