[Zope] Re: Catalogin unicode content in PropertyObjects ?

Maik Jablonski maik.jablonski@uni-bielefeld.de
Thu, 02 Jan 2003 17:14:16 +0100


Heimo Laukkanen wrote:
> 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?

Please update your Zope2.6. This problem is fixed in the cvs:

  http://collector.zope.org/Zope/597

-mj