Opened 19 years ago
Closed 18 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 , 19 years ago
| Cc: | added |
|---|
comment:2 by , 19 years ago
| Keywords: | unicodisation added |
|---|---|
| Triage Stage: | Unreviewed → Accepted |
comment:3 by , 18 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
This was fixed in [5609].