On Wed, Nov 02, 2005 at 03:06:05PM -0500,
Desilets, Alain <[EMAIL PROTECTED]> wrote
a message of 22 lines which said:
> But unfortunately,
> dumps() generates XML code that uses the default encoding, i.e. the XML
> string starts with:
>
>
>
> How can I make dumps() generate XML that uses the
On Wednesday 02 November 2005 1:06 pm, Desilets, Alain wrote:
> I have an application which uses a WDDXMarshaller (the marshaller
> variable below), to encode a dictionary (the mess_argvals variable) as
> an XML string, as follows:
>
> marshaller.dumps(mess_argvals)
>
>
> My problem is that the dic
"Desilets, Alain" wrote:
> My problem is that the dictionary mess_argvals may contain some values
> which are strings with unicode characters in them. But unfortunately,
> dumps() generates XML code that uses the default encoding, i.e. the XML
> string starts with:
>
>
>
> How can I make dumps()