The Strikeout property in this style header is not written as StrikeOut.
When using ass-compiler to decompile this, StrikeOut will be undefined.
And when serializing again, StrikeOut is undefined, making the .ass invalid.
The parsing of headers should be using case-insensitive comparisons.
I'd be happy to e-mail you the .ass file if that helps.
I encountered the following
.ass
style header in production:The
Strikeout
property in this style header is not written asStrikeOut
. When usingass-compiler
to decompile this,StrikeOut
will be undefined. And when serializing again,StrikeOut
is undefined, making the.ass
invalid.The parsing of headers should be using case-insensitive comparisons. I'd be happy to e-mail you the
.ass
file if that helps.