I found the release-note file in my axis installation.
I am using 1.1 RC1.
I will try 1.2 Alpha. I am hesitant to upgrade to 1.2 because we are
finishing a QA cycle on our app.
Michael
-Original Message-
From: Michael Serero [mailto:[EMAIL PROTECTED]
Sent: Thursday, January 29, 2004 12
t: Re: Character encoding
On 1/28/04 8:57 PM Michael Serero <[EMAIL PROTECTED]> wrote:
> Soniya,
>
> You are a star! You made my day!
>
To be honest, this sounds like a dirty workaround and might introduce a lot
of other problems (while reading files which aren't UTF-8, beca
ove
and it works.
I am using axis for client and server.
Soniya
-Original Message-
From: Jens Schumann
To: Axis User
Sent: 1/28/2004 4:00 AM
Subject: Re: Character encoding
On 1/27/04 10:20 PM Michael Serero <[EMAIL PROTECTED]> wrote:
> Nelson,
>
> Thanks for your reply.
Nelson,
Thanks for your reply. Do you have any suggestion on how to convert CP1252
to UTF-8?
I have tried something along the following lines:
String myString = "The CP1252 string";
Charset cs = Charset.forName("UTF-8");
context.writeSafeString(new String(cs.encode(myString
Yet another character encoding issue!
When I send a SOAP request to my server if one of the String contains a
smart quotes () the server generates the following parsing error:
org.xml.sax.SAXParseException: Character conversion error: "Unconvertible
UTF-8 character beginning with 0x93" (line num