How to build Non-english website using Zope
We need to build non-english website using zope. Is it good to do the same. The language I want to use is unicode based. does this help? Is there any "how to?" on this subject. Thanks in advance... -sree
On Mon, Nov 26, 2001 at 04:59:47PM +0530, sree wrote:
We need to build non-english website using zope.
I have built and now maintain the Russian-speaking Python and Zope User Group site: zope.net.ru. The entire site is in Russian. No special tweakings - I've just installed Python with locale module, and start Zope with -L ru_RU locale. Locale is required for ZCatalog, other Products work just fin even without locale. Oleg. -- Oleg Broytmann http://www.zope.org/Members/phd/ phd@phd.pp.ru Programmers don't die, they just GOSUB without RETURN.
sree writes:
We need to build non-english website using zope. Is it good to do the same. The language I want to use is unicode based. does this help? Is there any "how to?" on this subject. Zope by itself would not help you much with Unicode.
But Toby compiled a set of patches that provides some Unicode support (probably not yet complete. I would expect, that especially the ZCatalog would not yet be Unicode aware)... Dieter
----- Original Message ----- From: "Dieter Maurer" <dieter@handshake.de> To: <sree@indiacares.org> Cc: <zope@zope.org> Sent: Tuesday, November 27, 2001 15:55 Subject: Re: [Zope] How to build Non-english website using Zope
But Toby compiled a set of patches that provides some Unicode support (probably not yet complete. I would expect, that especially the ZCatalog would not yet be Unicode aware)...
The ZCatalog in Zope 2.5 will be unicode-aware. Andreas
On Tue, 27 Nov 2001 21:55:05 +0100, Dieter Maurer <dieter@handshake.de> wrote:
sree writes:
We need to build non-english website using zope. Is it good to do the same. The language I want to use is unicode based. does this help? Is there any "how to?" on this subject. Zope by itself would not help you much with Unicode.
But Toby compiled a set of patches that provides some Unicode support
Thats me. see http://www.zope.org/Members/htrd/wstring
(probably not yet complete. I would expect, that especially the ZCatalog would not yet be Unicode aware)...
ZCatalog FieldIndex and KeywordIndex have always worked well with Unicode objects. TextIndex doesnt. Toby Dickenson tdickenson@geminidataloggers.com
Hi, --On Tuesday, November 27, 2001 21:55:05 +0100 Dieter Maurer <dieter@handshake.de> wrote:
sree writes:
We need to build non-english website using zope. Is it good to do the same. The language I want to use is unicode based. does this help? Is there any "how to?" on this subject. Zope by itself would not help you much with Unicode.
But Toby compiled a set of patches that provides some Unicode support (probably not yet complete. I would expect, that especially the ZCatalog would not yet be Unicode aware)...
The one in zope current is ;) Regards Tino
participants (6)
-
Andreas Jung -
Dieter Maurer -
Oleg Broytmann -
sree -
Tino Wildenhain -
Toby Dickenson