Re: Marshaling unicode WDDX

2006-01-10 Thread Martin v. Löwis
isthar wrote: > Ok. but how I suppose to use them. I am currently using marshaller > indirectly via wddx.dump(). Do UWDDXMarshaller().dump() Regards, Martin -- http://mail.python.org/mailman/listinfo/python-list

Re: Marshaling unicode WDDX

2006-01-10 Thread isthar
Ok. but how I suppose to use them. I am currently using marshaller indirectly via wddx.dump(). Anyway, thanks :) -- http://mail.python.org/mailman/listinfo/python-list

Re: Marshaling unicode WDDX

2006-01-05 Thread Martin v. Löwis
isthar wrote: > WDDX is perfect for me for exchange between python and php application. > but maybe there is a better way to do it. It appears that Unicode objects where forgotten in the WDDX implementation. I suggest to define the following classes: class UWDDXMarshaller(xml.marshal.wddx.WDDXMar

Re: Marshaling unicode WDDX

2006-01-05 Thread Tim Arnold
"isthar" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Hi ! > i am trying to serialise object which contains some unicode objects > but looks like there is no way to do it. > hi, I'm sure you'll get better answers for the unicode part of your problem (I'd start with a look at th

Marshaling unicode WDDX

2006-01-05 Thread isthar
Hi ! i am trying to serialise object which contains some unicode objects but looks like there is no way to do it. File "/System/Library/Frameworks/Python.framework/Versions/2.3/lib/python2.3/site-packages/ _xmlplus/marshal/generic.py", line 92, in _marshal return getattr(self, meth)(value, dic