[ANN] pyxser-1.2r --- Python-Object to XML serialization module
Stefan Behnel
stefan_ml at behnel.de
Mon Aug 24 03:16:32 EDT 2009
Daniel Molina Wegener wrote:
> * Added encoded serialization of Unicode strings by using
> the user defined encoding as is passed to the serialization
> functions as enc parameter
>
> As you see, now Unicode strings are serialized as encoded byte string
> by using the encoding that the user pass as enc parameter to the
> serialization function. This means that Unicode strings are serialized
> in a human readable form, regarding a better interoperability with
> other platforms.
You mean, the whole XML document is serialised with that encoding, right?
Stefan
More information about the Python-list
mailing list