Gustavo Noronha Silva wrote: > Hello, > > Take a look at the /etc/python2.4/site.py file (it may have other name > depending on your GNU/Linux distribution, or on Windows). It probably > has something like:
I should point out that this solution is *NOT* recommended as it is not portable and masks other errors in your application. If it was portable I would recommend it whole-heartedly. In my experience Python is not Unicode friendly as it tries to coerce to default encoding far, far, far too often. -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 -~----------~----~----~----~------~----~------~--~---

