标签: java special-characters indexoutofboundsexception decoding xml-encoding
我的字符串包含特殊字符(例如:Ã?tøkiligar),并且在使用XMLDecoder对其进行解码时,它会引发ArrayIndexOutOfBoundsException。无论如何,是否可以将解码格式更改为UTF-8以外的其他格式(ISO-8859-1)?
java.lang.ArrayIndexOutOfBoundsException: 0 at java.beans.XMLDecoder.readObject(Unknown Source)