We have a test-file (csv) for imports that is encoded as latin1 (as vim reports).
We have changed file.encoding and client.file.encoding in websphere to UTF-8.
Now the same file is rejected with "MalformedInputException" in sun.io.ByteToCharUTF8.convert
Why?
I assumed that UTF8 is a superset of latin1. So perhaps some bytes might be misinterpreted, but there shouldnt be an exception, as we broaden the charset ?
What else could be the cause for this "MalformedInputException" ?