Error on generating .otf: UnicodeDecodeError
-
When generating a font I get this traceback:
Traceback (most recent call last): File "lib/fontObjects/doodleFontCompiler/baseCompiler.pyc", line 307, in compile UnicodeDecodeError: 'ascii' codec can't decode byte 0xff in position 221: ordinal not in range(128)
I couldn't find anything in position 221 (if I did it right)
The font works fine with FeaturePreview and with Test Install.
Any idea?
Thanks!
-
euhm, does the path where you generate the file to contains anything out of an ascii range?
(first thing that pops up in my head)If not, you can send me the UFO file, if you can.
thanks