[Zope] Splitter woes
Oleg Broytmann
phd@mail2.phd.pp.ru
Mon, 5 Mar 2001 20:35:25 +0300 (MSK)
On Mon, 5 Mar 2001, Oleg Broytmann wrote:
> I recompiled Splitter.so with the gcc option -funsigned-char. I
> restarted Zope and reindex the catalog. Search with russian texts worked!
>
> Resume: it is not enough to pass (unsigned char) to locale functions.
> One need to recompile Splitter.c completely with all chars unsigned.
> Don't know why. But it works (for me).
Ok, I found why and posted a patch:
http://classic.zope.org:8080/Collector/2022/view
Oleg.
----
Oleg Broytmann http://phd.pp.ru/ phd@phd.pp.ru
Programmers don't die, they just GOSUB without RETURN.