[Zope] Having problems with the umlauts in Zope 2.6.0
Josef Meile
jmeile@hotmail.com
Fri, 7 Feb 2003 16:56:15 +0100
> > I've already set my unicode "latin-1" in sitecustomize.py
>
> undo that and try again
I did it, but it didn't work. Anyway, I could solve it.
I was doing the following:
<dtml-with myObject>
<dtml-var editForm>
</dtml-with>
and I replaced it by:
<dtml-let ObjUrl="_.str(myObject.absolute_url())">
<dtml-call "RESPONSE.redirect(ObjUrl+'/editForm')">
</dtml-let>
Strangely I don't have those umlaut problems when modifying
my properties.