manage_addField patch
Clemens Robbenhaar <robbenhaar-WaVJUzJ3u31Wk0Htik3J/[email protected]> Thu, 20 Jan 2005 17:03:21 +0100
| Newsgroups | gmane.comp.web.zope.formulator.devel |
|---|---|
| Message-ID | <[email protected]> |
Hi Bertrand, > There is a problem with manage_addField when a Form is set to use > unicode... here is a patch that fixes the problem: > > Index: Form.py > =================================================================== > RCS file: /cvs/infrae/Formulator/Form.py,v > retrieving revision 1.47 > diff -r1.47 Form.py > 29a30,31 > > from helpers import convert_unicode > > > 765a768,769 > > if self.get_unicode_mode(): > > title = convert_unicode(title) Thank You very much for the patch. Could You please add a little detail about the problem, especially how to reproduce it? Cheers, Clemens