Changeset 198
- Timestamp:
- 06/25/09 03:50:25 (9 months ago)
- Files:
-
- trunk/Lib/robofab/objects/objectsFL.py (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/Lib/robofab/objects/objectsFL.py
r197 r198 940 940 fileName = '.'.join([fileName, suffix]) 941 941 finalPath = os.path.join(filePath, fileName) 942 if isinstance(finalPath, unicode): 943 finalPath = finalPath.encode("utf-8") 942 944 # generate is (oddly) an application level method 943 945 # rather than a font level method. because of this,
