-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Stefan Behnel wrote:
> Daniel Molina Wegener wrote:
>> Sorry, it appears that I've misunderstand your question. By /unicode
>> objects/ I mean /python unicode objects/ aka /python unicode strings/.
>
> Yes, that's exactly what I'm talking about. Ma
Daniel Molina Wegener wrote:
> By using a different encoding than the default encoding for libxml2 makes
> the work hard for libxml2 since it requires that every #PCDATA section to be
> reencoded to the desired encoding and comparing one string conversion in
> python against many string conversio
Daniel Molina Wegener wrote:
> Sorry, it appears that I've misunderstand your question. By /unicode
> objects/ I mean /python unicode objects/ aka /python unicode strings/.
Yes, that's exactly what I'm talking about. Maybe you should read up on
what Unicode is.
> Most of them can be reencoded
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512
Stefan Behnel
on Sunday 19 April 2009 15:08
wrote in comp.lang.python:
> Daniel Molina Wegener wrote:
>> Stefan Behnel
>> on Sunday 19 April 2009 02:25
>> wrote in comp.lang.python:
>>
>>
>>> Daniel Molina Wegener wrote:
* Every se
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512
Stefan Behnel
on Sunday 19 April 2009 15:08
wrote in comp.lang.python:
> Daniel Molina Wegener wrote:
>> Stefan Behnel
>> on Sunday 19 April 2009 02:25
>> wrote in comp.lang.python:
>>
>>
>>> Daniel Molina Wegener wrote:
* Every se
Daniel Molina Wegener wrote:
> Stefan Behnel
> on Sunday 19 April 2009 02:25
> wrote in comp.lang.python:
>
>
>> Daniel Molina Wegener wrote:
>>> * Every serilization is made into unicode objects.
>> Hmm, does that mean that when I serialise, I get a unicode object back?
>> What about th
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512
Stefan Behnel
on Sunday 19 April 2009 02:25
wrote in comp.lang.python:
> Daniel Molina Wegener wrote:
>> * Every serilization is made into unicode objects.
>
> Hmm, does that mean that when I serialise, I get a unicode object back?
> What
Daniel Molina Wegener wrote:
> * Every serilization is made into unicode objects.
Hmm, does that mean that when I serialise, I get a unicode object back?
What about the XML declaration? How can a user create well-formed XML from
your output? Or is that not the intention?
Stefan
--
http://
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA512
Hello,
I'm pleased to announce pyxser-0.2r, a Python-Object to XML
serializer and deserializer. This package it's completly
written in C and licensed under LGPLv3.
The tested Python versions are 2.5.X and 2.6.X.
* home page:
http://coder.cl/soft