durusmail: quixote-users: Unicode in forms?
Unicode in forms?
2005-01-22
2005-01-24
Unicode in forms?
Leif K-Brooks
2005-01-24
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'm guessing that I could
> accomplish this by subclassing Form, but is there any easier way?

I ended up just subclassing Form. For the curious, my (quick and dirty)
code is at ; I would be grateful if
anyone could point out the stupid mistakes that are probably there.

reply