displaying non-western characters
Hi there,
I am developing a midlet where I handle some arabic words.. I have a pb, I
cannot display arabic character . I used the following code, unfortunately
it does not work, unfortunately I got a sequence of question marks
displayed in the txtfield. In addtion I used different emulator Nokia s40, s60,
sun java emulator.
try{
textField1.setString(new String("الكتاب".getBytes("UTF-8")));
} catch(UnsupportedEncodingException e) {
e.printStackTrace();
}
thank you for your help
A.E.K.

