Go to Google Groups Home    pylons-discuss
How do I set my form to be a unicode string?

Walter Cruz <walter....@gmail.com>

I'm getting this error:

<type 'exceptions.UnicodeDecodeError'>: 'ascii' codec can't decode
byte 0xc3 in position 79: ordinal not in range(128) the form was
passed in as an encoded string, but some data or error messages were
unicode strings; the form should be passed in as a unicode string

How do I set the form to be unicode?

[]'s
- Walter