Hey all, i have a small problem and just cant find any solution to it.
I am creating a Xml Document and save this one with doc.save(path) This works all right, but I need the file to be saved UTF-8 encoded. I already have a encoding attribute in my Xml declaration, but c# doesn't seem to care about.
So heres my question, how can I save the document UTF-8 encoded?
Thanks in advance,
Stephan
