[Zope] Having problems with the umlauts in Zope 2.6.0

Josef Meile jmeile@hotmail.com
Fri, 7 Feb 2003 11:31:57 +0100


> create it somewhere inside your python path.
Hi,
I put it in /usr/local/lib/python2.1/site-packages and tested it in the
command line:

# /usr/local/bin/python2.1
Python 2.1.3 (#3, Jan 24 2003, 16:26:21)
[GCC 2.95.3 20010315 (SuSE)] on linux2
Type "copyright", "credits" or "license" for more information.
>>> import sys
>>> sys.getdefaultencoding()
'latin-1'

Then I restarted zope and did my test:
1) Change a string property of my ZClass and write ö (I didn't have any
problem here)
2) Create a instance of a ZClass and copy that value in a string property of
this object.
3) Print the new string property value.

I got:
?lass=

So it means that the problem is still there. How can it be solved?