#5046: views/debug.py: Display string of UnicodeError ---------------------------------------------+------------------------------ Reporter: Thomas Güttler <[EMAIL PROTECTED]> | Owner: jacob Status: new | Component: Uncategorized Version: SVN | Keywords: unicode Stage: Unreviewed | Has_patch: 1 ---------------------------------------------+------------------------------ Hi, if you get an UnicodeError in debug.py you don't see the string, which contains the non utf8 character. This small patch adds a hint, if the exception is an UnicodeError. The hint displays some character before and after the wrong character.
-- Ticket URL: <http://code.djangoproject.com/ticket/5046> Django Code <http://code.djangoproject.com/> The web framework for perfectionists with deadlines --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django updates" 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-updates?hl=en -~----------~----~----~----~------~----~------~--~---
