durusmail: quixote-users: Unicode in forms?
Unicode in forms?
2005-01-22
2005-01-24
Unicode in forms?
Leif K-Brooks
2005-01-22
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?

reply