fixedsys icon indicating copy to clipboard operation
fixedsys copied to clipboard

<head><modified value=""> inconsistency

Open G4Hu opened this issue 4 years ago • 0 comments

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" />

G4Hu avatar Mar 19 '20 16:03 G4Hu