On Nov 15, 11:19 am, Adi <[EMAIL PROTECTED]> wrote:
> IN turbogears\visit\api.py
>   IN class VisitFilter(BaseFilter):
>     IN def before_main(self):
>
> adding at the end of before_main (line 165 for TG 1.0.0.2):
>
> for k,v in cherrypy.request.params.iteritems():
>     cherrypy.request.params[k]=v.encode('utf-8')

Doesn't work for me (TG 1.0.4b2).
Maybe I inserted the code at the wrong position?
I added it before:

        try:
            for plugin in _plugins:
                plugin.record_request(visit)
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to