Hello,
I'm generating an xml document with the dataset writexml method, but some of the characters are no written in the correct format. I need the XML to be UTF-8 encoded.
Does anybody know if there is a way to set the encoding before writing the XML? or any other method?
Thank you