hi all,
how we can install local language font in mobile device.If any body knows pls reply ASAP.
regards
and thanks
sujith
hi all,
how we can install local language font in mobile device.If any body knows pls reply ASAP.
regards
and thanks
sujith
Originally Posted by rak_eshz
I am too have the same problem. Will any body please help me out regarding this. Also if it get at all installed, how will I be able to use that one ??
Regards,
S.D.
You should contact local Nokia service center for this. Language packs cannot be added without special tools.
Hartti
Hi Hartti,
Thanx for ur reply. But my problem is that I'm developing a J2ME application which needs multilingual support preferably local languages. Can we do it any how? Means by using UNICODE charecters or in any other way? Please help.
Regards,
S.D.
Hi there,
Regarding Unicode and JME, check the link below:
J2ME and Unicode
http://www.devarticles.com/c/a/Java/J2ME-and-Unicode/
HTH!
Juarez Jr
Juarez Alvares Barbosa Junior - Brazil
Hi Juarez,
Thank u for the link. However I have tried the example given there, and follow the steps written there as well. Also I am having Arial Unicode MS font installed in my system. But the example (the first one) doesn't work at all !! Can you please help me out ??
Regards,
S.D.
Hi S.D,
"But the example (the first one) doesn't work at all !! Can you please help me out ??"
What are the problems you're experiencing?
Juarez Jr
Juarez Alvares Barbosa Junior - Brazil
I did all the things as being told in the example. Actually I just copied the example. But in the midlet it is not showing the words in Japaneese language, rather it is showing it as it was typed i.e. "u3053u3093u306Bu3061u306Fu4E16u754C".
Regards,
S.D.
Did the phone you tested the midlet on have Japanese language support?
Hartti
Hi hartti,
Actually I tested it on the WTK itself, as it was told in the example that it will work in WTK. But it did not work there, so I havn't yet tested it on phone.
Regards,
S.D.
Hi S.D,
Ok, I do understand. Have you tried with an escape sequence like below?
"\u3053\u3093\u306B\u3061\u306F\u4E16\u754C"
HTH!
Juarez Jr
Juarez Alvares Barbosa Junior - Brazil
Wow it worked.
Thanks dude.
Now can u help me in another aspect. Where can I found the respective Unicode charecter encodings for any language? Is there any such listing exist at all?
Regards,
S.D.
Hi S.D,
Glad it helped
Well, is this what you're looking for?
http://www4.vc-net.ne.jp/~klivo/sim/simeng.htm
HTH!
Juarez Junior
Juarez Alvares Barbosa Junior - Brazil
Hi Juarez,
Thank you once again for the link. I'll check it and will return if I need any further help.
Regards,
S.D.
Hi S.D,
You're welcome! I hope you've solved the problems but do pay attention to what Hartti emphasized regarding deploying on real device.
BR,
Juarez Junior
Juarez Alvares Barbosa Junior - Brazil