logo       

Re: Accents in midp4palm: msg#00239

java.sun.kvm

Subject: Re: Accents in midp4palm

Dagoberto,

Sun's MIDP4Palm does not support international character sets. Please download
the new J2ME solution for Palm, WebSphere Micro Environment, which will support
your needs on Palm devices. It is available here: http://www.palm.com/java

The version we distribute is just for Palm Tungsten devices, but IBM makes a
version available for all Palm OS devices through their WebSphere Studio Device
Developer product (http://ibm.com/embedded)

Regards,
Nathanial Freitas

/***********************
* Nathanial X. Freitas
* Senior Manager, Java
* Palm, Inc.
* www.palm.com/java
************************/



-----Original Message-----
From: Dagoberto S. de Souza [mailto:dago@xxxxxxxxxxx]
Sent: Wednesday, September 24, 2003 8:56 AM
To: KVM-INTEREST@xxxxxxxxxxxx
Subject: [KVM-INTEREST] Accents in midp4palm


Hi,

I am trying to use the TextBox and TextField to enter characters with accents
(ã, ç, etc) and it does not work.
I am using midp4palm and Palm emulator with m505 rom.

Code:

TextBox t = new TextBox("teste","", 500, TextField.ANY);
String str = "Acentuação...";
System.out.println(str);
t.setString(str);
System.out.println(t.getString());

Out:

Acentuação...
Acentua??o...


What can be the problem???

Thanks,

Dagoberto.

===========================================================================
To unsubscribe, send email to listserv@xxxxxxxxxxxx and include in the body
of the message "signoff KVM-INTEREST". For general help, send email to
listserv@xxxxxxxxxxxx and include in the body of the message "help".

===========================================================================
To unsubscribe, send email to listserv@xxxxxxxxxxxx and include in the body
of the message "signoff KVM-INTEREST". For general help, send email to
listserv@xxxxxxxxxxxx and include in the body of the message "help".



<Prev in Thread] Current Thread [Next in Thread>
Google Custom Search

News | FAQ | advertise