★ <-- how do i use PHP to parse this funny symbol , so it will works as compatible type under XML
so my RSS will works?
using regex?
teaperson
6:12 pm on May 7, 2005 (gmt 0)
You could try using html_entity_decode() to convert it into a character. Or if you go to that page in the php documentation, there's an example of how to convert a numeric entity into UTF-8.