You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The default version of MIX is now 2.0. In earlier versions it was 0.2.
However, MIX 2.0 still isn't supported in the text handler, so it will
produce 1.0 output by default. The XML handler will produce MIX 2.0
output.
TIFF MODULE
JHOVE returned a "String index out of range: 4" exceptions during
TIFF validation for a tiff contains an empty (not NULL) date/time
field. This has been corrected so that a date/time field with
the wrong length won't be parsed but will report an error instead.
If text tags contain characters which aren't printable ASCII, these
are now output as escape sequences so that invalid XML isn't
output.