My favorites | Sign in
Logo
                
New issue | Search
for
| Advanced search | Search tips
Issue 52: iCalendar feeds: HTML entities should be decoded and HTML should be stripped
1 person starred this issue and may be notified of changes. Back to list
Status:  Accepted
Owner:  matt.d.ryan
Type-Defect
Priority-High
Milestone-Release4-RC


Sign in to add a comment
 
Reported by matt.d.ryan, Nov 11, 2008
If an event title/description/etc. contains html-encoded entities, those
entities remain html-encoded in the iCalendar feed. They should probably be
html-decoded.

To do this right we should probably strip tags before html-decoding (since
HTML is not part of the iCalendar spec either).

We should also make sure that the iCalendar output is being delivered with
the correct MIME headers so that we don't have to worry about garbled UTF-8
(see http://www.ietf.org/rfc/rfc2447.txt and search for "charset" for more
info).
Sign in to add a comment

Hosted by Google Code