On 4/12/07, Saik <[EMAIL PROTECTED]> wrote:
>
> Hi people,
>
> I'm trying to use the serialize utils at
> django.core.serializers.xml_serialize and
> django.core.serializers.json, i don't have problems using json but i
> have issues trying something like that:
>
> xml = serializers.serialize("xml", Anymodel.objects.all())There is a known ticket for unicode related problems with the serializer - #3878. Malcolm is currently addressing this problem as part of the unicode stream. The best way to help out here is to provide a specific test case that fails, and attach it to the ticket so that your problem gets addressed. Yours, Russ Magee %-) --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~----------~----~----~----~------~----~------~--~---

