Revision 537807

Go back to digest for 7th May 2006

Features in Graphics

Marcel Wiesweg committed changes in /trunk/extragear/graphics/digikam/libs:

Unicode support for JFIF and EXIF comments:

- use UTF8 for JFIF comment
- use Unicode (UCS-2) to write JPEG UserComment,
support charset specification when reading the UserComment
- add convertCommentValue method to DMetaData

Using UTF8 for JFIF is simple and easy and should work.

The UCS-2 support needs testing (and a decision if we
always want to write Unicode, or a way to find out when we need to
and when we can as well write ASCII)

CCBUG: 120241 114211

File Changes

Modified 3 files
  • /trunk/extragear/graphics/digikam/libs
  •   /dmetadata/dmetadata.cpp
  •   /dmetadata/dmetadata.h
  •   /widgets/metadata/exifwidget.cpp
3 files changed in total