I'm trying to send a string of binary data as a parameter into a controller. My problem is that TG 2.1 seems to re-encode the data into a unicode string, and '\xFF' characters in particular get messed up. I'd like to disable the parameter decoding for just one parameter (preferably not the whole controller). Is that possible?
David -- You received this message because you are subscribed to the Google Groups "TurboGears" 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/turbogears?hl=en.

