All in one
This is a blog to help to solve programming's problems.
Showing posts with label
File
.
Show all posts
Showing posts with label
File
.
Show all posts
Java Encoding XML
Java Encoding XML
InputSource isc = new InputSource(new StringReader(content));
isc.setEncoding("ISO-8859-1");
put this line on xml file.
<?xml version="1.0" encoding="ISO-8859-1"?>
Older Posts
Home
Subscribe to:
Posts (Atom)