[ZCM] [ZC] 1794/ 3 Wontfix "Unicode error on Five-forms"
"Collector: Zope Bugs, Features, and Patches ..." <[email protected]> Mon, 14 May 2007 14:01:39 -0400
| Newsgroups | gmane.comp.web.zope.devel.collector-monitor |
|---|---|
| Message-ID | <[email protected]> |
Issue #1794 Update (Wontfix) "Unicode error on Five-forms" Status Wontfix, Zope/bug medium To followup, visit: http://www.zope.org/Collectors/Zope/1794 ============================================================== = Wontfix - Entry #3 by ajung on May 14, 2007 2:01 pm Status: Pending => Wontfix Outdated. ________________________________________ = Comment - Entry #2 by yuppie on May 26, 2005 8:03 am Is this the right place to report Five issues? I thought Five is still an independent project. ________________________________________ = Request - Entry #1 by regebro on May 26, 2005 7:07 am If you use browser:addform or browser:editform to create forms, and have a non-ascii character in the form-submission, you will usually get a unicode error (it depends on what widgets you are using). Zope3 converts all form input to unicode, Zope2 naturally doesn't hence the problem. A temparary workaround is to setup a sitecustomize.py with the correct default encoding, but a permanent solution would be preferable. ==============================================================