Re: [Zope-dev] Refer to zope attribute or object in source

2002-08-01 Thread Florent Guillaume
A lot of people would like to see these things cleaned up, but unfortunately unless it becomes a pressing need for someone it doesn't get done (for lack of time). If you have some experience with that, and have ideas on how to fix things (and check that they work ok), please do write some patches

[Zope-dev] Refer to zope attribute or object in source

2002-07-27 Thread kent sin
In PropertySheets.py of zope/lib/python/OFS def xml_escape(v): . return unicode(v, "latin-1").encode("utf-8") Are there anyway to substitute the "latin-1" with an attribute of the zope site's attribute say: "zope-charset" which a site maintainer can modify through the web? I raise thi