Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
According to EXIF specification "2 = ASCII An 8-bit byte containing one 7-bit ASCII code. The final byte is terminated with NULL."
Nevertheless the method FieldTypeASCII.getSimpleValue(TiffField entry) returns the string that contains NULL character in the end which is wrong. The NULL should not be included. For example try tag TiffConstants.TIFF_TAG_DATE_TIME.
Found in Sanselan 0.97.