[Zope-dev] Character codes
Alexandre Ratti
alex@gabuzomeu.net
Thu, 11 Nov 1999 23:20:42 +0100
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")
(...)