I am new to J2me, kindly can anybody tell me how can I do below in J2me?
String salam="اَللّٰهُمَّ اِنِّىْ اَسْئَلُكَ رِزْقًاوَّاسِعًاطَيِّبًامِنْ رِزْقِكَ";
byte[] bytes = salam.getBytes("UTF-8");
str1=new String(bytes);
System.out.println("Arabic :"+str1);
it is displaying سلام char like that
I am using Eclipse Indigo Service Release 1.
"UTF-8"
? – Clipclop