UnsupportedEncodingException
I receive this exception when I try my program in a sonyericson k510 mobile set.
I tested my code( word.getString(String encoding) ) with these encodings :
UTF_8
UTF_16
UTF_16BE(LE)
UNICODE.
but the exception is always thrown.
could you please tell me :
which encoding is often used in mobile sets?
what are the possible encodings?(give me a list or a link)

