Simon Belak <[EMAIL PROTECTED]> writes: > What I would like to know is, whether values passed in via args and kw > are properly encoded or not (this way we can limit our search of what is > causing thes anormality).
They are. Firefox shows that the page is UTF-8, so it sends UTF-8 strings back to my methods... I also 'print'ed their type() and I got unicode as the result. -- Jorge Godoy <[EMAIL PROTECTED]> --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

