Michael,
A bad choice of words on my part... I did not mean physically
"remove" those characters, but in fact, escape them...
Since moving to CF8, we are finding that XmlFormat is not
"escaping" all characters in the High ASCII range of 128-255.
Here is an example... if you run this in CF8, and if this is
actually a bug, you should see that the é and the ô are
not being escaped. I am just trying to find out if others are
experiencing the same problem, or if in fact, this is a new bug..
<cfset myString = "The Islamic Republic of Mauritania's
(République Islamique de Mauritanie) 2007 estimated population
is 3,270,000. Also check Côte d'Ivoire">
<cfset myNewString = XmlFormat(myString)>
<cfoutput>#myNewString#</cfoutput>