Hello, i'm using the stable version (0.96.2) of Django. When newforms library try to returns a field's validation error, if his translation contains any accent, it returns me an UnicodeDecodeError. If i deactivate i18n in settings.py all runs correctly (showing the messages in english). The error occurs in line 387 of fields.py:
raise ValidationError(gettext(u'Select a valid choice. %s is not one of the available choices.') % val) Can anybody help me? Thanks. Cheers. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---