History for InstallInstructions
??changed:- All users should read "INSTALL.txt":INSTALL.txt For German users working with the German UI must follow the follow the following steps: - install the latest "Localizer":http://sourceforge.net/project/showfiles.php?group_id=14617&release_id=133990 version - install "TranslationService":http://www.zope.org/Members/efge/TranslationService version 0.2 - to be continued <hr solid id=comments_below> PeFu (Feb 3, 2003 3:49 am; Comment #1) *Editor Remark Requested* -- It is required to use Zope 2.6, since the i18n tag-attributes used in the page templates are not supported by the TAL interpreter of Zope 2.5.1. If you want to use this product together with Plone (see http://plone.org), there is an explanation of i18n at http://plone.org/development/i18n/howto To avoid unicode-errors, it is essential, that you add a module called 'sitecustomize.py' to your Python installation library directory (This is /usr/lib/python2.1 for example on many Linux systems). This file should contain the following two lines:: import sys sys.setdefaultencoding("iso8859-15") It might also be possible to use Zope 2.5.1 together with a patch for unicode and a TAL replacement product called alt-TAL, but nobody seems to do that and the instructions might be outdated: http://plone.org/development/i18n/alttal-howto/view