#15237: Django generated Atom/RSS feeds don't specify charset=utf8 in their
Content-Type
-----------------------------------------+----------------------------------
Reporter: simon | Owner: nobody
Status: new | Milestone: 1.3
Component: RSS framework | Version: 1.2
Resolution: | Keywords:
Triage Stage: Accepted | Has patch: 0
Needs documentation: 0 | Needs tests: 0
Patch needs improvement: 0 |
-----------------------------------------+----------------------------------
Comment (by bpeschier):
Since the syndication framework actually writes everything in utf-8 in the
view (see
http://code.djangoproject.com/browser/django/trunk/django/contrib/syndication/views.py#L40)
this should be a case of just adding "; charset=utf8" to the line simon is
referring to?
--
Ticket URL: <http://code.djangoproject.com/ticket/15237#comment:2>
Django <http://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
--
You received this message because you are subscribed to the Google Groups
"Django updates" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/django-updates?hl=en.