1. I want to show contents in arabic or any other language .
How can it be done in j2me or through nokia api . Is there is any support in any api of nokia.
2. I have text in unicode as 06300647
first four number shows one character in arabic .How can i show it in the phone .
I think that Java is already supports the Unicode encoding system, so the problem is not in the incoding, it maybe in the mobile itself, it may not support the Arabic language, if it is, try to fullfill the 4 numbers in one character using '\u' escape character, it must work.... have fun