23 Mar
2004
23 Mar
'04
8:31 p.m.
Alison Taylder wrote at 2004-3-22 23:15 +0000:
I have a ZCatalog up and running fine except that accented characters are being ignored in the indexes. (Using Zope 2.6.2)
After having trawled through the internet I understand that if I change the -L option on Zope startup this should fix my problem. But my site will be in spanish french and english so which language option do I add to the -L option ?
The easiest way may be to use Unicode. The Unicode splitter should be independent from the chosen "locale". If this is not an option for you, you may define your own "locale". You need to worry only with "LC_CTYPE" (i.e. the classification of characters). -- Dieter