logo       

Accents in midp4palm: msg#00190

java.sun.kvm

Subject: 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".
<Prev in Thread] Current Thread [Next in Thread>
Google Custom Search

News | FAQ | advertise