No. At least just writing ñ. I've tried ñ but I get "ñ" in the wire and "ñ" in the destination string, so it translates & but nothing else.
Besides, actually I don´t write the string. It is passed to me. Is the solution to write a function to translate and other to undo the translation? ----- Original Message ----- From: "BLIS Webmaster (Patrick Houbaux)" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, December 18, 2002 2:59 PM Subject: Re: ñ and other characters > Hi ! > > Just an idea. > I don't know if it works. > You can try by using the decimal ascii code for these characters. > For instance: > ä : ä > ñ : ñ > í : í > > Tell me if it works I'm interested :) > Patrick. > > > I am transmitting strings and it was OK until I transmitted ñ,í and > > similar characters. It is because I need to transmit spanish characters. > > I get a error parsing because of that. I thought it was automatic but it > > wasn´t. I have even tried the method: String > > org.apache.axis.utils.XMLUtils.xmlEncodedString(String)But nothing. So > > how can I send ñ and other international characters? > > >