Can you put a traceback up on pylonshq using the traceback poster in the error page?
It's not clear to me where this error is comming from, or how to fix it from the info we have... On Tue, Apr 7, 2009 at 4:36 PM, Chris Seberino <[email protected]> wrote: > > A web app can't prevent a user from pasting any string into a form > they wish. > > I'm getting errors from form input and I don't know how to deal with > it... > > UnicodeDecodeError: 'ascii' codec can't decode byte 0x80 in position > 30: ordinal > not in range(128) > > I realize that you can't interpret a string unless you know it's > encoding. > > How handle arbitrary input in TurboGears forms then to avoid these > types of errors? > > cs > > > -- Mark Ramm-Christensen email: mark at compoundthinking dot com blog: www.compoundthinking.com/blog --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "TurboGears" 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/turbogears?hl=en -~----------~----~----~----~------~----~------~--~---

