[Zope] unicode error

Christopher N. Deckard cnd@ecn.purdue.edu
Tue, 27 Aug 2002 08:29:34 -0500


On Tue, 27 Aug 2002 07:31:23 -0500, "Christopher N. Deckard"
<chris@globalfoo.net> spoke forth:

> On Tue, 27 Aug 2002 13:23:28 +0100, Toby Dickenson
> <tdickenson@geminidataloggers.com> spoke forth:
> 
> > On Tuesday 27 Aug 2002 12:44 pm, Andreas Jung wrote:
> > > You might try to set the default characterset encoding
> > > of your Python interpreter to "iso-8859-1". Python
> > > defaults to ascii (check your site.py file of your
> > > Python installation).
> 
> Does case sensitivity make a difference?  I did "ISO-8859-1",
> following an email in one of the list archives.  Still had the
> same problem.

Ok, so better testing shows that the update to "encoding" in
site.py seems to have fixed the problem.

On systems where you can't do that, what would be the "ideal"
solution?

-Chris