i have an XML file which i am updating using java. I am just updating some of the nodes using java but other nodes swhich have non iso latin characters such as japanese characters are getting replaced by "???????" symbols even though i am not touching those nodes. How do I preserve non iso latin characters encoding while updating the xml file?
Start Free Trial