fixedsys
fixedsys copied to clipboard
<head><modified value=""> inconsistency
FSEX.ttx line 6041
has an inconsistent date with day of the week.
When using fonttools ttx FSEX.ttx
it results in an error:
assert t.weekday() == wkday_idx, '"' + value + '" has inconsistent weekday' AssertionError: "Wed May 8 16:50:55 2016" has inconsistent weekday
Can be fixed by changing the day to Sunday <modified value="Sun May 8 16:50:55 2016" />