Hi everybody,

I am having a problem when I try to manipulate chars
like � or �.

CharPtr car;
int     caracteres[255];
Int32   indice;
Int32   cedilha;
...
indice = *car;
if (indice < 255) {
    caracteres[indice]++;
}else{
    cedilha = *car;
}
...


The problem is my text has � and � so I need to get
these ... But I can't using ASCII code... How can I do
this!? The � is the code 128 in ASCII, but I can't put
him in the variable indice... anybody knows why?

Thanx...
Davi Carvalho


__________________________________________________________________________
Acabe com aquelas janelinhas que pulam na sua tela.
AntiPop-up UOL - � gr�tis!
http://antipopup.uol.com.br/



--
For information on using the Palm Developer Forums, or to unsubscribe, please see 
http://www.palmos.com/dev/support/forums/

Reply via email to