Problem Displaying Japanese chars in MIDlet

Hi,

I want to internationalize my MIDlet application.

For that I am using ResourceBundle ,it works fine with J2ME kit.I know it works fine because Jdk1.3 supports displaying unicode characters.I think KVM doesn't support unicode characters.If anybody knows something then please reply immediately.

Regards

Vivek

[351 byte] By [vivek_kurundkar] at [2007-9-26 4:27:13]
# 1

[vivek_kurundkar],

Currently MIDP v1.0 only states that the ISO Latin 1 character encoding must be supported by all MIDP implementation i.e. mandatory to support the ISO Latin 1 char encoding but not all other locales.

The locale is defined in the microedtion.locale system proprety and localization must be provided by the implementation i.e. for example the device manufacturer who provides the kVM for their device.

In your case, you have a need for the Japanese locale and thus the emulator/kVM of the device must provide the Japanese locale.

Which kVM emulator/device are you testing your CLDC/MIDP application with?

Allen Lai

Developer Technical Support

SUN Microsystems

http://www.sun.com/developers/support/

allenlai at 2007-6-29 17:36:50 > top of Java-index,Java Mobility Forums,Java ME Technologies...
# 2

Hi Allen,

First of all thank you for replying back and now hopes again u will reply.

I am running the MIDLet on Palm V device.Please tell me how to add Japanese support in PalmV Device/it's KVM.

Also tell me how to extract RMS database file (having .db extension ) from a PRC file .After extracting it I want to read the data from that .db file.

I have one servlet which reads the data from db file and then synchronizes it with the Oracle database.

Please suggest me any other possible nice ways to synchronize the data between the Device and the Desktop.

Regards

Vivek

vivek_kurundkar at 2007-6-29 17:36:50 > top of Java-index,Java Mobility Forums,Java ME Technologies...
# 3

sir we have the same problem we want to display the arabic chrater by using cldc on mobile...According to my knowldge theunicode can be supported by "wireless tool kit" by changing its configuration..

please if u know any solution to solve this problem of representing the unicode chracter by cldc in J2ME tell us as soon as possible..

we r waiting for a urgeant reply from u

islamians at 2007-6-29 17:36:50 > top of Java-index,Java Mobility Forums,Java ME Technologies...