I want to access the parameters like described in the documentation of the API:
for parameter in font.customParameters:
print parameter
but then console prints:
Traceback (most recent call last):
File “”, line 9, in
UnicodeEncodeError: ‘ascii’ codec can’t encode character u’\xa9’ in position 42: ordinal not in range(128)
what do??