Re: XML serialization and Unicode

2009-07-29 Thread l5x
Hello, On 29 Lip, 15:56, cootetom wrote: > To add, something just popped into my head. Have you got > DEFAULT_CHARSET = 'utf-8' in your settings.py fiile It didn't help. > On Jul 29, 2:51 pm, cootetom wrote: > > > I would imagine that the deserialize function tries to encode the > > input dow

Re: XML serialization and Unicode

2009-07-29 Thread cootetom
To add, something just popped into my head. Have you got DEFAULT_CHARSET = 'utf-8' in your settings.py file. On Jul 29, 2:51 pm, cootetom wrote: > I would imagine that the deserialize function tries to encode the > input down to ascii. My suggestion would be to find the XML serializer > code a

Re: XML serialization and Unicode

2009-07-29 Thread cootetom
I would imagine that the deserialize function tries to encode the input down to ascii. My suggestion would be to find the XML serializer code and see what it is doing with the input string you pass to it. On Jul 29, 2:23 pm, l5x wrote: > Hello, > > first of all, congratulations! > > I have a p

XML serialization and Unicode

2009-07-29 Thread l5x
Hello, first of all, congratulations! I have a problem. When trying to open template I get following error: Original Traceback (most recent call last): File "/usr/lib/python2.5/site-packages/django/template/debug.py", line 71, in render_node result = node.render(context) File "/usr/lib/