[Zope] Re: [Zope-Annce] ANNOUNCE: Zope 2.3.1 beta 2 released
Oleg Broytmann
Oleg Broytmann <phd@mail2.phd.pp.ru>
Mon, 19 Mar 2001 14:03:04 +0300 (MSK)
Hi!
On Fri, 16 Mar 2001, Chris McDonough wrote:
> > I applied the patch and the upgraded Catalog. BTW, I forget to
> mention -
> > I run Zope on Python 2.0. Can it cause this problem?
>
> I'm not sure. Might it have something to do with Unicode stuff? I have no
> experience whatsoever with alternate charactersets. Do you think you can
> try it under 1.5.2?
rm -rf /
Clean installation, untar, python1.5 w_pcgi.py, patch Splitter.c, make,
copy Data.fs, start -L koi8-r (russian locale).
catalog/manage_convertBTrees - no items in catalog :(
Find items - no items found :(((
Remove the catalog, create a new one
Find items - 365 items found. Search works - including search russian
texts with *.
Resume.
1. manage_convertBTrees is broken, regardless of python 1.5.2 or 2.0.
2. Search is somewhat broken with python 2.0 - I cannot search russian
texts with *. All other searches work - english text, english text with *,
and russian text without *.
PS. I'll return to catalog unit test later.
Oleg.
----
Oleg Broytmann http://www.zope.org/Members/phd/ phd@phd.pp.ru
Programmers don't die, they just GOSUB without RETURN.