Question
CF8 - XmlFormat not escaping High ASCII characters
In CF8, we have a problem where XmlFormat is not escaping
High ASCII characters. This was working just fine on our CF7
instance, but in CF8, it is not escaping all characters. I am aware
of the long-standing problem with escaping Windows-1252 characters,
but now we are experiencing an issue with basic high ASCII
characters, like chr(233) and chr(244). Is anyone else experiencing
this issue? We have not installed Update 1 to CF8 yet. I don't see
a fix for this in the release note, but any word on if this is
fixed by the updater?
Here is a test to demonstrate the issue:
<cfset myString = "The Islamic Republic of Mauritania's (République Islamique de Mauritanie) 2007 estimated population is 3,270,000. Cote d'Ivoire and Côte d'Ivoire">
<cfset myNewString = XmlFormat(myString)>
<cfoutput>#myNewString#</cfoutput>
Here is a test to demonstrate the issue:
<cfset myString = "The Islamic Republic of Mauritania's (République Islamique de Mauritanie) 2007 estimated population is 3,270,000. Cote d'Ivoire and Côte d'Ivoire">
<cfset myNewString = XmlFormat(myString)>
<cfoutput>#myNewString#</cfoutput>
