如何在Java中使用XMLDecoder解码特殊字符

时间:2019-02-27 08:09:35

标签: 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)

0 个答案:

没有答案