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.
--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---