Tag Archives: http

Character encoding issue with XML file

Scenario: An xml file is read using CFHTTP from a remote web service. The xml string is converted to an xml object using the XmlParse function. Xpath and XmlSearch are used to extract data from the object. Data is then inserted into a database.   Problem: All punctuation marks are replaced by non readable characters [...]

Posted in ColdFusion, Programming | Also tagged , , | Leave a comment