11 Nov
1999
11 Nov
'99
10:20 p.m.
Hi Sergei, Thanks for your tip. Is this the same as setting "LOCALE_ID=" in z2.py or using the -L command line switch in Zope 2.1.0b? What are the consequences of this change on character display? I understand that setting the locale will enhance ZCatalog searches for words with extended chars. Cheers. Alexandre At 22:18 11/11/1999 +0300, you wrote:
add in z2.py
#z2.py import locale locale.setlocale(locale.LC_ALL, "fr") (...)