list of supported encodings
Hi all ,
i am just wondering whether there is a way to get the list of supported encodings of a mobile .
i want to use UTF-8 encoding but on writting a line like
String text = new String (myTexrByteArray,UTF-8);
i got UnsupportedEncodingException !!
so how can i get a list of the supported encodings ?
getProperty("microedition.encoding") returns only the current encoding not all supported ones.
any one can help me please
Thanks in advance

