[Zope] Catalogin unicode content in PropertyObjects ?

Heimo Laukkanen huima@fountainpark.org
Thu, 02 Jan 2003 03:59:57 +0200


Hi all and happy new year,

I'm currently building an application with PropertyObject-product with 
which I create objects that have unicode properties in their 
propertysheets. Unicode would not be necessarity since for now the 
content is in latin-1, but I wanted to have the possibility to 
translations even to other areas if necessary - plus to try out unicode ,-)

However my first problem came with ZCatalog. Is there a way to index and 
search unicode content at the moment?

I tried to use ZCTextIndex with ZCTextIndexLexicon - but noticed that 
all the unicode characters were stripped out.

I did searches on mailinglists but the best I found was that TextIndexNG 
would support unicode later on... Any help?

-huima