Search found 1 match

by mryno
Fri Mar 04, 2011 12:11 am
Forum: Talking LiveCode
Topic: CSV to XML: How do I preserve UTF-8??
Replies: 1
Views: 1985

CSV to XML: How do I preserve UTF-8??

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 suspec...