BJörn Lindqvist <[EMAIL PROTECTED]> writes:
> I used to have the exact same problem, but creating a file
> sitecustomize.py in /usr/lib/python2.4/site-packages like this solved
> all my problems:
>
> import sys
> sys.setdefaultencoding("utf-8")
I've added this temporarily as a "patch", but I don't think this is the right
solution. Something inside TurboGears started messing up with strings after
r765.
It worked perfectly before those last updates and working and untouched code
stopped working after them. This is too fragile and no code inside TG sould
force the use of str or unicode, what the user uses should be kept intact.
--
Jorge Godoy <[EMAIL PROTECTED]>