I was grabbing some cd tracks data from Amazon's XML service the other day and my page would no longer validate.
The error given was a non sgml character code 146, the MS Word apostrophe.
I thought an htmlentities($str, ENT_QUOTES) runthrough would fix it but it doesn't.
What should I do?