[Zope] zope, latin-1 and accented words

2005-06-14 Thread Yuri
How could I can tell the Splitter of ZCText intedex to not split words as aaaèbbb in aaa and bbb? I would like to tell zope that è,à and so on are alphanumeric letters... In Splitter.c I have: class Splitter: import re rx = re.compile(r(?L)\w+) ?L match as the locale, but I have

Re: [Zope] zope, latin-1 and accented words

2005-06-14 Thread Andreas Jung
Use TextIndexNG...it is better suited for such purposes. -aj --On 14. Juni 2005 16:54:19 +0200 Yuri [EMAIL PROTECTED] wrote: How could I can tell the Splitter of ZCText intedex to not split words as aaabbb in aaa and bbb? I would like to tell zope that , and so on are alphanumeric

Re: [Zope] zope, latin-1 and accented words

2005-06-14 Thread Dieter Maurer
Yuri wrote at 2005-6-14 16:54 +0200: How could I can tell the Splitter of ZCText intedex to not split words as aaaèbbb in aaa and bbb? It may obey the current locale. Try to set it (correctly) in your Zope configuration file. -- Dieter ___ Zope