Skip to content

Commit

Permalink
Add basic UTF-8 type
Browse files Browse the repository at this point in the history
  • Loading branch information
kmilos committed Aug 8, 2023
1 parent 6ea6e2c commit a451743
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions include/exiv2/types.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ enum TypeId {
unsignedLongLong = 16, //!< Exif LONG LONG type, 64-bit (8-byte) unsigned integer.
signedLongLong = 17, //!< Exif LONG LONG type, 64-bit (8-byte) signed integer.
tiffIfd8 = 18, //!< TIFF IFD type, 64-bit (8-byte) unsigned integer.
utf8String = 129, //!< Exif UTF-8 type, 8-bit byte.
string = 0x10000, //!< IPTC string type.
date = 0x10001, //!< IPTC date type.
time = 0x10002, //!< IPTC time type.
Expand Down

0 comments on commit a451743

Please sign in to comment.