[Zope] help
Dieter Maurer
dieter@handshake.de
Sat, 8 Sep 2001 00:22:30 +0200 (CEST)
Arun John writes:
> Iam working in Zope2.3.3 and python1.5.2. I would like to know
> if python1.5.2 supports unicode ?
No. You need Python 1.6 or above.
> I got the information that the later versions of python support unicode
> but i would like to work with the same version of Zope.
You use Zope 2.4 and can happily use Python 2.1.
> Can i use use my available Zope 2.3.3 and have a newer version of
> python?I would also like to have some information about unicode support
> in Zope and Python.
You can use Zope 2.3.x with both Python 2.0.x and Python 2.1.x.
See <http://www.python.org> for a description of Pythons unicode
support (--> documentation).
Zope does not yet support unicode. But Toby provided several
Unicode patches. Search for them....
Dieter