On Thu, 2008-03-06 at 19:09 -0800, Brian Morton wrote: > 2019 is an right single quote in unicode. Perhaps that title is > causing the problem? Did you paste it from some editor that would > have created it as that character rather than an apostrophe? Maybe > you should correct that by hand if it was pasted.
Something like that would be my guess, too. The big clue here is that it is the *ascii* codec that is raising an error. Not the utf-8 codec. This means this isn't a string that Django is trying to convert from Unicode to UTF-8. It's something that already has Python type "str" and Python is trying to output it directly. Malcolm -- What if there were no hypothetical questions? http://www.pointy-stick.com/blog/ --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---