Bruno Silva wrote: > I see it messed up in catwalk and a kid template page I made. If I take > off the use_unicode=1 from the dburi, then I see it right in catwalk and > in the template. > But what I can't understand, is why in the controllers.py I do > p = Project(name=project_name, user=user) > and it fires an UnicodeEncodeError > > and in the webconsole of the toolbox I can do this: >>>> u = User.get (1) >>>> p = Project(name="cão", user=u) > > with no problems.
I'm going to need a full traceback to answer that question. I need to see what raised the exception. -Rob --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

