Hi, Monday, August 4, 2003, 2:03:57 PM, you wrote:
RPJ> Any idea on how to get rid of Windows chracters. I have paroblem with RPJ> users cutting and pasting out of Microsoft Word into textarea's and RPJ> input-boxes and the special characters like quotations and apostrophes RPJ> messing up the xml... RPJ> Thanks RPJ> Russ I do this before feeding it to xml $description = iconv("ISO-8859-1","UTF-8",$description); -- regards, Tom -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php