On Sep 9, 2006, at 2:10 PM, [EMAIL PROTECTED] wrote:
> > Hello! > > I want to use KOI8-R ecoding in pingsite/templates/ping.myt > Where i can change UTF8 -> KO8-R encoding? > You can change the default UTF-8 encoding pylons sends to the browser via the Config object (in 0.9.2) -- specify the keyword argument: default_charset='koi8-r' to it in your project's config/environment.py. -- Philip Jenvey --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
