You are not offering a lot of information about your situation (source code, small testable snippets, etc)... so I'll just throw my wild gueses. Try to: 1. use a utf-8 editor 2. put # -*- coding: utf-8 -*- on the top of your python files 3. prefix your strings with u, like u"my string with é"
and then what --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

