Return-Path: Delivered-To: apmail-ws-axis-user-archive@www.apache.org Received: (qmail 79725 invoked from network); 1 Nov 2006 12:53:04 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 1 Nov 2006 12:53:04 -0000 Received: (qmail 7919 invoked by uid 500); 1 Nov 2006 12:53:08 -0000 Delivered-To: apmail-ws-axis-user-archive@ws.apache.org Received: (qmail 7709 invoked by uid 500); 1 Nov 2006 12:53:07 -0000 Mailing-List: contact axis-user-help@ws.apache.org; run by ezmlm Precedence: bulk Reply-To: axis-user@ws.apache.org list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list axis-user@ws.apache.org Received: (qmail 7698 invoked by uid 99); 1 Nov 2006 12:53:07 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 01 Nov 2006 04:53:07 -0800 X-ASF-Spam-Status: No, hits=3.4 required=10.0 tests=DNS_FROM_RFC_ABUSE,HTML_10_20,HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: domain of bnegrao@gmail.com designates 66.249.82.235 as permitted sender) Received: from [66.249.82.235] (HELO wx-out-0506.google.com) (66.249.82.235) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 01 Nov 2006 04:52:54 -0800 Received: by wx-out-0506.google.com with SMTP id s8so1789888wxc for ; Wed, 01 Nov 2006 04:52:34 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:references; b=i2khW154fpMEx7rd98uAvSD3lvC+mVkWnV12wySilmWWfVqyk7VZO7i5+jyCfcr6dxfuPHNRi5lkB6LuG1GQHpq4/+QyyaC6/uQwmH4Gfn5VKaK8MokGyzLQ6sSHkjdEZH/weyiVKAWQx3D2LFtxeuD5S5xs2+jMU5XFu5n4RsE= Received: by 10.70.67.4 with SMTP id p4mr9407971wxa; Wed, 01 Nov 2006 04:52:33 -0800 (PST) Received: by 10.70.16.7 with HTTP; Wed, 1 Nov 2006 04:52:33 -0800 (PST) Message-ID: <8a8a1ae30611010452r3a440b82hd1cc1baee879be69@mail.gmail.com> Date: Wed, 1 Nov 2006 10:52:33 -0200 From: "Bruno Negrao" To: axis-user@ws.apache.org, dims@apache.org Subject: Re: Converting from UTF-8 to ISO-8859-I with Axis2 and Java In-Reply-To: <19e0530f0611010312x7ec44776naad4ae0e9603acdd@mail.gmail.com> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----=_Part_18488_9795700.1162385553473" References: <200611011332.28997.manuel@apache.org> <8a8a1ae30610312143w3c9e9b34m31803e6a8e70d6fc@mail.gmail.com> <200611011443.51582.manuel@apache.org> <19e0530f0611010126n46a57e4ctede6e44e0e0e277a@mail.gmail.com> <19e0530f0611010312x7ec44776naad4ae0e9603acdd@mail.gmail.com> X-Virus-Checked: Checked by ClamAV on apache.org ------=_Part_18488_9795700.1162385553473 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: quoted-printable Content-Disposition: inline No Davanum, It seems you still didn't understand my problem. The Strings returned by OMText.getText() have all the NON-ASCII characters invalid. Let me show you some examples of what I'm getting: Instead of returning "Abric=F3 Guimar=E3es", it returns "Abric=C3=B3 Gimar= =C3=A3es" instead of returning "F=E1bio Jr.", it returns "F=C3=A1bio Jr." But Davanum, I was hoping you would appear with one of your magip options.seProperty()... Davanum, I noticed my SOAP server is not returning the http header "Content-Type: text/html; charset=3DISO-8859-1" when it answers my requests= . Could axis2 be extracting the character encoding from that header, and sinc= e it is missing, setting it as utf-8? Thank you, bruno. ------=_Part_18488_9795700.1162385553473 Content-Type: text/html; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline No Davanum,

It seems you still didn't understand my problem.
The Strings returned by OMText.getText() have all the NON-ASCII characters= invalid.

Let me show you some examples of what I'm getting:

Instead of return= ing "Abric=F3 Guimar=E3es", it returns "Abric=C3=B3 Gimar=C3= =A3es"
instead of returning  "F=E1bio Jr.", it retu= rns "F=C3=A1bio Jr."

But Davanum, I was hoping you would appear with one of your magip o= ptions.seProperty()...

Davanum, I noticed my SOAP server is not retu= rning the http header
"Content-Type: text/html; charset=3DISO-8859= -1" when it answers my requests. Could axis2 be extracting the charact= er encoding from that header, and since it is missing, setting it as utf-8?

Thank you,

bruno.

------=_Part_18488_9795700.1162385553473--