On 3/21/06, Michele Cella <[EMAIL PROTECTED]> wrote: > I was wondering, could the solution reside on what Bob mentioned on > #430? > > Particularly have we ever used this settings for CherryPy? > > encodingFilter.on : True > encodingFilter.encoding : 'utf8' > decodingFilter.on : True
I'm not sure that we need the encoding filter. Our output should be properly encoded already at this point (and I saw a message where someone else echoed that thought a few months ago). As of [993], I've turned on the decoding filter. I'm going to send a message to the wider list to see if this would cause a problem for anyone. The filter can still be turned off in the config file. Kevin --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "TurboGears Trunk" 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-trunk -~----------~----~----~----~------~----~------~--~---
