> File "/usr/lib/python2.5/site-packages/web/utils.py", line 238, in > safestr > return str(obj) > UnicodeEncodeError: 'ascii' codec can't encode characters in position > 3-4: ordinal not in range(128)
Oops. There was a typo in web.safestr function. Fixed now. Sorry for the trouble. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "web.py" 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/webpy?hl=en -~----------~----~----~----~------~----~------~--~---
