I have an issue, I'm fetching some XML through a WS, which are not well formatted. The XML header comes with an encoding="UTF8" which the SAXparser doesn't understand.
I have an open source project to process the message which I really don't want to reconfigure because of the license, etc.
So is it possible to map Java when it comes to a UTF8 definitions just to map it to an another one, let's say UTF-8?