This is due to another, more general bug. If you comment out the last line of turbogears/view/base.py (should be "load_engines()") and add a load_engines() statement to the beginning of the choose_engine function in the same file, the bug goes away. This is due to the fact that the configuration is being used (and thus defaults to utf-8) before the configuration is loaded. This also effects using site templates. Matthew Bevan, Systems Administrator Top Floor Computer Systems Ltd. --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~--- |

