Skip Menu |

Preferred bug tracker

Please visit the preferred bug tracker to report your issue.

This queue is for tickets about the OpenGuides CPAN distribution.

Report information
The Basics
Id: 6398
Status: resolved
Priority: 0/
Queue: OpenGuides

People
Owner: dom [...] cpan.org
Requestors: mramberg [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: 0.30
Fixed in: (no value)



Subject: International Characters in RSS feed.
The RSS generator does not encode international characters, resulting in non-valid XML.
From: Earle Martin
[MRAMBERG - Sun May 23 16:30:11 2004]: Show quoted text
> The RSS generator does not encode international characters, resulting > in non-valid XML.
This bug needs to rely on #6478.
[MRAMBERG - Sun May 23 16:30:11 2004]: Show quoted text
> The RSS generator does not encode international characters, resulting > in non-valid XML.
Can you send me an example of some text that doesn't get encoded correctly, please? Or a URL where I can see for myself. (kake@earth.li)
[MRAMBERG - Sun May 23 16:30:11 2004]: Show quoted text
> The RSS generator does not encode international characters, resulting > in non-valid XML.
The problem is not that the characters are wrong, but that the encoding for the RSS feed is set differently than the underlying content. If the encoding of the database is UTF-8, and the webserver is set to deliver a content-type of UTF-8, there will most likely not be any issues with this input/output. Currently, RSS feeds are always created with an encoding of UTF-8, I'm going to track back the best way to modify that behavior for people who don't have the option of running utf-8 databases.