I have an XML file with its encoding set inside it: <?xml version="1.0" encoding="ISO-8859-15"?> , But the file is actually encoded in UTF-8. Is there a way to override the encoding declared in the XML file when untying it with JAXB?
java encoding jaxb unmarshalling
yozh
source share