CSV to XML: How do I preserve UTF-8??
Posted: Fri Mar 04, 2011 12:11 am
I am working on a program that takes a csv file in and submits XML to a webservice. I have it working except that the XML I send out is not in UTF-8. Here is an example of what is happening:
EspaƱol appears in the XML as Espa񯬠
For some reason, it isn't preserving the UTF-8 encoding. I suspect it may be something with revAddXMLNode, revXMLText, etc. that I am not doing correctly. Any ideas??
EspaƱol appears in the XML as Espa񯬠
For some reason, it isn't preserving the UTF-8 encoding. I suspect it may be something with revAddXMLNode, revXMLText, etc. that I am not doing correctly. Any ideas??