formulator validate assumes non-unicode
Bug #101699 reported by
Andy Altepeter
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Silva |
Fix Released
|
Medium
|
Unassigned |
Bug Description
When modifying/setting a metadata set from custom code (e.g. a pythonscript),
the paradigm:
md = context.
silvaextra = md.get(
silvaextra.
silvaextra.
md.setValues(
does not work. (at least) Formulator.
input values are byte-encoded. Using the above paradigm the values are unicode.
Fields that support forced unicode to verify the value is not already unicode
before encoding.
To post a comment you must log in.
The latest formulators released with Silva now check whether input is unicode or not. This is resolved.