[UFO4] Separating unicode from glif · Issue #77 · unified...
I see two options to format the keys in cmap.plist: stringified int: str(codePoint), no zero-padding. hexified int, uppercase letters, using zero-padded for the BMP, 5 or 6 digits above BMP: "%04X" % codePoint I