Hi All,

So, I got the general vibe that "everything" in Pyramid was supposed to be unicode, and that the decoding would be taken care of by the request object and any data layer (rdb, zodb, etc) and the encoding taken care of by the response object and any data layer (rdb, zodb, etc).

Firstly, I just wanted to check this was the strategic design intent, right?

Secondly, where is this currently not true?
The one which is biting me is request.body, which appears to still be a string.

What's the "correct" way of decoding this?

cheers,

Chris

--
Simplistix - Content Management, Batch Processing & Python Consulting
           - http://www.simplistix.co.uk

--
You received this message because you are subscribed to the Google Groups 
"pylons-devel" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/pylons-devel?hl=en.

Reply via email to