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
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to