>I am creating an XML output (part of an Ajax system), where the output >sometimes contains French accented characters.
Of course, 5 minutes after sending the post, the light goes on! >I have my header set as >Content-Type: text/xml; charset='utf-8' >by using >header("Content-type: text/xml; charset='utf-8'"); >at the top of the file. But it should be header("Content-Type: text/xml; charset=iso-8859-1", true); -- Pete Clark