I'm new to J2me, could someone kindly tell me how can I do below in J2me? A.
String salam="ุงูููููฐููู
ูู ุงูููููู ุงูุณูุฆููููู ุฑูุฒูููุงูููุงุณูุนูุงุทููููุจูุงู
ููู ุฑูุฒููููู"; byte[] bytes = salam.getBytes("UTF-8"); str1=new String(bytes); System.out.println("Arabic :"+str1);
it displays "ร" "รยง" ... char like this
I am using Eclipse Indigo Service Release 1.
source share