Quote:
Originally Posted by kh99
According to the doc for html_entity_decode ( http://us2.php.net/manual/en/functio...ity-decode.php), by default it doesn't convert single quotes (ENT_COMPAT), so maybe that's the problem? (Although you said "certain characters", so if ' isn't the only one, maybe that's not it).
|
Thanks for your reply. I went ahead and tried ENT_QUOTES obviously (thank you

) and that still doesn't do anything as the original text I'm giving the post doesn't seem to have the problem. It seems like it's being "entitied" with the post datamanager, or am I just missing something here?
EDIT: found out they were being sanitized somewhere else and I didn't even notice, nevermind :|