Hello ,
I using XmlEncoder to serialize objects as Xml.
The output file has attribute "encoding" which it's default values = "UTF-8"
How can i change this value to be "Cp1256" ?
i tried : System.setProperty("file.encoding", "Cp1256"); but it didn't work
I using XmlEncoder to serialize objects as Xml.
The output file has attribute "encoding" which it's default values = "UTF-8"
How can i change this value to be "Cp1256" ?
i tried : System.setProperty("file.encoding", "Cp1256"); but it didn't work