You are viewing a plain text version of this content. The canonical link for it is here.
Posted to soap-dev@xml.apache.org by Naggi Rao <na...@softhome.net> on 2001/05/04 18:42:07 UTC

ANSI or Unicode ?

Hi all,
Can we use a ANSI Encoding for a SOAP Message  (instead of utf-8)?





Re: ANSI or Unicode ?

Posted by Scott Nichol <sn...@computer.org>.
Apache SOAP always sends messages as utf-8.  The SOAP specification does not make this restriction.  If your payloads only contain ASCII characters, of course, the utf-8 encoded stream is the an ASCII encoded stream, other than the encoding specified in the XML declaration.

Scott

----- Original Message ----- 
From: "Naggi Rao" <na...@softhome.net>
To: <so...@xml.apache.org>
Sent: Friday, May 04, 2001 12:42 PM
Subject: ANSI or Unicode ?


> Hi all,
> Can we use a ANSI Encoding for a SOAP Message  (instead of utf-8)?
> 
> 
> 
>