On 5/9/07, KyleJ <[EMAIL PROTECTED]> wrote: > > > On May 5, 3:08 am, Christoph Haas <[EMAIL PROTECTED]> wrote: > > tmpl_options['mako.default_filters'] = ['decode.utf8'] > > You may wish to not use that option.
Second this. I have *no* tmpl_options for Mako and it just works. Passing utf8-encoded strings to Mako template violates the basic i18n rule of "use Unicode thoughtout your code and convert on I/O". I'd ask to update the cookbook doc to reflect this. Max. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "pylons-discuss" 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/pylons-discuss?hl=en -~----------~----~----~----~------~----~------~--~---
