I'm at the beginning stages of writing a Web application using Quixote 2. I see that I can use Unicode in output by calling the response object's set_charset method, but is there anything similar to make form input be automatically decoded? I'm guessing that I could accomplish this by subclassing Form, but is there any easier way?