When I add new property
Name - on English
Type - String
Value - on Greek (encoding "Unicode('UTF8')")
I get this error message:
Error Type: UnicodeEncodeError
Error Value: 'latin-1' codec can't encode characters in position 0-2:
ordinal not in range(256)
Any solutions?