Closed
Description
@brawer is it OK to remove this check from feaLib's parse_nameid_
?
if nameID > 255:
raise FeatureLibError("Expected name id < 255",
self.cur_token_location_)
I ran into it while working on a project that requires hardcoding some nameids, and I can't think of a reason for blocking them, specially since they're outside the reserved range.
Metadata
Metadata
Assignees
Labels
No labels