After not being able to use memcache (see
http://groups.google.com/group/django-users/browse_thread/thread/be216ba920d3b6ad/),
we´re now having problems with the Comment-Framework throwing a
UnicodeError:
'ascii' codec can't decode byte 0xc3 in position 1: ordinal not in
range(128)

It sometimes work, but I couldn´t figure out why.

Additional Information:
All our models have a method __unicode__, all our data is UTF-8 (as is
as our script-encoding).
We tried to use "Umlauts" in our Comments, but the UnicodeError is
independent from that.

Thanks,
Patrick


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to