From 711acdfad683ae27009118143b7ffe76ce1698ce Mon Sep 17 00:00:00 2001 From: Andreas Jung Date: Thu, 11 Oct 2001 18:23:11 +0000 Subject: [PATCH] *** empty log message *** --- README.txt | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/README.txt b/README.txt index c1480f38..5275ec96 100644 --- a/README.txt +++ b/README.txt @@ -19,3 +19,22 @@ ZCatalog o Restart your Zope installation. + + Notes for Zope 2.5 + + Zope 2.5 now fully supports unicode. The unicode supports + keyword indexes and text indexes. + + - Properties to be indexed using a KeywordIndex may + now contain strings and/or unicode strings. Queries + on KeywordIndexes now support also unicode strings. + + + - Properties to be indexed with a TextIndex can be either + strings or unicode strings. The corresponding TextIndex + *must* use a vocabulary that uses the new UnicodeSplitter. + The UnicodeSplitter will not be the default splitter so + the standard vocabulary of the ZCatalog will not support + unicode except it is replaced with a new vocabulary using + the unicode splitter. +