Aug 20, 2003 #1 SgtPeppa Programmer Jul 7, 2003 154 DE Hey all, i am trying to save a XmlDocument UTF-8 encoded. My XmlDecaration already says its UTF-8 encoded but still if I do this: myXmlDom.save(path); it saves it as whatever, but not as UTF-8. So how can I encode that entire XmlDom? Thanx in advance Stephan
Hey all, i am trying to save a XmlDocument UTF-8 encoded. My XmlDecaration already says its UTF-8 encoded but still if I do this: myXmlDom.save(path); it saves it as whatever, but not as UTF-8. So how can I encode that entire XmlDom? Thanx in advance Stephan
Aug 20, 2003 Thread starter #2 SgtPeppa Programmer Jul 7, 2003 154 DE Solved! XmlDom already is UTF - 8 encoded. Upvote 0 Downvote
Aug 20, 2003 #3 chiph Programmer Jun 9, 1999 9,878 US If you don't have a "encoding=" attribute at the top, XML will default to UTF-8. Chip H. If you want to get the best response to a question, please check out FAQ222-2244 first Upvote 0 Downvote
If you don't have a "encoding=" attribute at the top, XML will default to UTF-8. Chip H. If you want to get the best response to a question, please check out FAQ222-2244 first