Excerpts from Jonathan Vanasco's message of Tue Nov 10 20:04:58 -0300 2009: > > i've run into the same thing. > > in config/environment.py try ading this to your load_environment() > > tmpl_options = config['buffet.template_options'] > tmpl_options['mako.input_encoding'] = 'utf-8' > tmpl_options['mako.output_encoding'] = 'utf-8' > tmpl_options['mako.default_filters'] = ['decode.utf8'] > > i don't know why this happens, i don't like my fix, but it has worked > for me.
Thank you very much, Jonathan: so far so good. Mariano --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
