From: Jan P. <pa...@us...> - 2007-05-15 18:31:43
|
Update of /cvsroot/libexif/libexif In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv8539 Modified Files: ChangeLog Log Message: Windows XP Explorer writes Title, Comment, Author, Metadata, Keywords, and Subject metadata into proprietary UTF16-encoded tags 0x9c9b-0x9c9f in IFD0. We now recognize them, exif_entry_get_value returns their value converted to UTF8. BTW, Explorer corrupts makernotes using offsets relative to IFD0... Index: ChangeLog =================================================================== RCS file: /cvsroot/libexif/libexif/ChangeLog,v retrieving revision 1.243 retrieving revision 1.244 diff -u -p -d -r1.243 -r1.244 --- ChangeLog 13 May 2007 19:29:57 -0000 1.243 +++ ChangeLog 15 May 2007 18:31:07 -0000 1.244 @@ -1,3 +1,11 @@ +2007-05-15 Jan Patera <pa...@us...> + + * Windows XP Explorer writes Title, Comment, Author, Metadata, Keywords, + and Subject metadata into proprietary UTF16-encoded tags 0x9c9b-0x9c9f + in IFD0. We now recognize them, exif_entry_get_value returns their value + converted to UTF8. BTW, Explorer corrupts makernotes using offsets + relative to IFD0... + 2007-05-13 Jan Patera <pa...@us...> * Added support of a new Pentax makernote type, plus another makernote |