You are viewing a plain text version of this content. The canonical link for it is here.
Posted to general@xerces.apache.org by rg...@insags.com on 2001/02/13 17:42:45 UTC

Accents in Spanish





Hello,

I want to pass textual data into my application.
I have the following line in the XML document:
<DescripcionCategoria>La primera categoría que doy de
alta</DescripcionCategoria>
but when I do the parser (with Xerces 1.2.3) I get:
La primera categor?que doy de alta

Does anybody know how can I resolve this problem?.

Thanks in advance,




Re: Accents in Spanish

Posted by Christophe delapierre <gi...@club-internet.fr>.
hello
in order to get the right character,you have to make a conversion for
the 'i
there is a specific code for each special character.
i hope it will help
christophe

rgarciac@insags.com a écrit :

> Hello,
>
> I want to pass textual data into my application.
> I have the following line in the XML document:
> <DescripcionCategoria>La primera categoría que doy de
> alta</DescripcionCategoria>
> but when I do the parser (with Xerces 1.2.3) I get:
> La primera categor?que doy de alta
>
> Does anybody know how can I resolve this problem?.
>
> Thanks in advance,