Iam workin in Zope2.4 on linux platform . Iam trying a multilanguage search in Zope . Is there support for Unicode in Zope ? I have found a Unicode Patch on the Zope Site. Since iam a new linux user i dont know how to install it. Can anyone help me with using the patch ? Thanks in advance Arun
Depends on the Zope component. Our goal is to make Zope in the future more and more unicode friendly. As a first step I added full unicode support for the ZCatalog when you use TextIndex (KeywordIndex support is on the way). This code is already available in the trunk and will go into 2.5. Andreas ----- Original Message ----- From: "Arun John" <arun@stylusinc.com> To: <zope@zope.org> Sent: Friday, October 19, 2001 06:19 Subject: [Zope] unicode support in zope
Iam workin in Zope2.4 on linux platform . Iam trying a multilanguage search in Zope . Is there support for Unicode in Zope ? I have found a Unicode Patch on the Zope Site. Since iam a new linux user i dont know how to install it. Can anyone help me with using the patch ?
Thanks in advance Arun
_______________________________________________ Zope maillist - Zope@zope.org http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope-dev )
I have found a Unicode Patch on the Zope Site.
That will be mine!
Since iam a new linux user i dont know how to install it. Can anyone help me with using the patch ?
If you are on linux then you have the "patch" command. <andreas@andreas-jung.com> wrote:
Our goal is to make Zope in the future more and more unicode friendly. As a first step I added full unicode support for the ZCatalog when you use TextIndex (KeywordIndex support is on the way). This code is already available in the trunk and will go into 2.5.
Andeas, are you familiar with my unicode support patches? TextIndex support was the only major omission.... Under my patches everything else (that I have needed in my projects ;-) is Unicode-friendly; Specifically dtml, exception reporting, ZPublisher, object/ZClass properties, and xmlrpc. Ive mentioned on this list before that I am keen to see these patches rolled into the Zope core. Its good to see someone at Zope.com picking up this ball because I barely have time to keep up with the Zope's development. Toby Dickenson tdickenson@geminidataloggers.com
participants (3)
-
Andreas Jung -
Arun John -
Toby Dickenson