On 7/19/07, piotr <[EMAIL PROTECTED]> wrote: ... > TemplateSyntaxError: Caught an exception while rendering: 'utf8' codec > can't decode bytes in position 833-834: invalid data > ... > Any idea what can be wrong?
I'm betting a string it's trying to decode isn't in utf-8. ;-) Go through this checklist: http://code.djangoproject.com/wiki/UnicodeBranch#PortingApplicationsTheQuickChecklist If still problems, check to see what string it's working with there, and adjust the unicode-related settings and/or file encoding declarations as needed. (DEFAULT_CHARSET, FILE_CHARSET, etc.) --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---