Unicode-2.5.1
Unicode patches for Zope 2.5.1
This is a port of the patch from Toby Dickenson's page to Zope 2.5.1, with optional additions to make it play well with ZPT and CMF.
- First install this direct port of Toby's patch: Unicode0.6.diff-2.5.1
- Then install this if you want to use ZPT: Unicode0.6.diff-2.5.1-zpt
This patch is not needed if you use Localizer 0.9.1 or later.
- Then if you want to be able to send Content-Type
headers with a charset from ZPT (for instance
text/html; charset=utf-8
):- Install this bugfix for ZPT: Unicode0.6.diff-2.5.1-zope-bugfix
- Install this bugfix for CMF 1.3 if you're using the tarball release (this is not needed it you have the CVS version of CMF): Unicode0.6.diff-2.5.1-cmf-1.3-bugfix
CHANGES
- Split the bugfix patch into two for easier use.