[Digikam-devel] [Bug 120241] utf8 display and edit
Gilles Caulier
caulier.gilles at free.fr
Tue May 9 00:16:10 BST 2006
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.kde.org/show_bug.cgi?id=120241
------- Additional Comments From caulier.gilles free fr 2006-05-09 01:16 -------
SVN commit 538809 by cgilles:
digikam from stable : fix JFIF comments section encoding extraction to respect UTF8
CCMAIL: digikam-devel kde org
CCBUGS: 120241
M +1 -1 jpegmetadata.cpp
--- branches/stable/extragear/graphics/digikam/libs/jpegutils/jpegmetadata.cpp #538808:538809
@ -118,7 +118,7 @
continue;
}
- comments = QString::fromAscii((const char*)marker->data,
+ comments = QString::fromUtf8((const char*)marker->data,
marker->data_length);
}
else if (marker->marker == M_EXIF)
More information about the Digikam-devel
mailing list