RajatShukla / getpaid

Automatically exported from code.google.com/p/getpaid
0 stars 0 forks source link

Patch to FiveFormlibMixin.update breaks unicode submission on formlib forms #278

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
Using PloneGetPaid 0.6.1 (I am finding it difficult to upgrade due to #277, but 
the patch seems to 
be the same on trunk) submission of unicode characters in a formlib form is 
rejected due to a 
UnicodeDecodeError. Removing the patch fixes the problem.

What steps will reproduce the problem?
1. Add a static text portlet to plone
2. In the text field add a non-ascii character
3. Press save
4. UnicodeDecodeError

Original issue reported on code.google.com by laurence...@gmail.com on 17 Nov 2009 at 7:07