diff --git a/composer/schema/grid/field.py b/composer/schema/grid/field.py index 72dde93..af359d5 100644 --- a/composer/schema/grid/field.py +++ b/composer/schema/grid/field.py @@ -86,7 +86,7 @@ class GridFieldInstance(ListFieldInstance): return dict(headers=headers, rows=rows) def unmarshall(self, value): - value = value.strip() + value = toUnicode(value.strip()) if not value: return [] result = []