Hey all, i'm busy with a little RSS Reader, but there is a problem.
I generate an HTML page from the RSS feed, and when there is a ', " or ` in text, it shows it as �. i tried the meta tags for content type and charset, UTF-8 and i tried ISO, but i can't get the right result.
Thanks, CB
Code:<html xmlns='http://www.w3.org/1999/xhtml'> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <head> <meta h.t.t.p.-.e.q.u.i.v='Content-Type' content='text/html; charset=UTF-8' /> <meta name="generator" content="Imagine RSS Reader 2.0" /> This is the first part of the HTML file h.t.t.p.-.e.q.u.i.v = the same without dots:P

Reply With Quote
thanks!
