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 --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

