On Feb 10, 2008 3:08 AM, iain duncan <[EMAIL PROTECTED]> wrote: > > I'm using genshi, and having no problems if my unicode comes from the > genshi template. I have the default encoding setting at utf-8. > > My questions is why does a unicode string from the controller come out > wrong, is there some where I need to set something so that the python > side makes a u"momcafé" come out right when passed through a genshi > template?
Hi Ian, Which version of TG are you using ? One of the beta release contained errors that made args coming into the controllers to be already encoded instead of being the unicode objects we normally expect. Regarding Genshi I don't have any specific lead. Florent. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

