[Zope-dev] Character codes

sergey2b sergey2b@mail.ru
Fri, 12 Nov 1999 10:28:51 +0300


Kind day.
Excuse for bad language of the letter.

>using the -L command line switch in Zope 2.1.0b?

I do not know.

>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.

In UNIX yes works well, in Windows NT not always. For Russian not correctly
(my opinion is problems Windows).

Sergey


-----Original Message-----
From: Alexandre Ratti <alex@gabuzomeu.net>
To: sergey2b <sergey2b@mail.ru>
Cc: zope-dev@zope.org <zope-dev@zope.org>
Date: 12 ноября 1999 г. 2:08
Subject: Re: [Zope-dev] Character codes


>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")
>(...)
>
>