On Sat, Jan 22, 2005 at 01:45:27PM -0500, Leif K-Brooks wrote: > 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 think http_response.py needs to look for a charset when parsing multipart/form-data. No time to dig into this right now. Sorry. There is a note in the source code about this, I think. Neil