Hi, I'm making a RSS feed. I was looking at the official example and I noticed that some characters, such as <
and >
were replaced with >
and <
.
I therefore assume that &
must also be replaced with &
.
Are there other characters that I must escape before copying them in the description? Note that the description text comes from an untrusted source, so they should never be able to "break out" of the description tag or making the RSS feed invalid.
I don't think it matters but the encoding is utf8.