[Digikam-devel] [digikam] [Bug 159220] Non printable characters in IPTC keyword set by Digikam and displayed by Gallery 2

Michal Sylwester msylwester at gmail.com
Fri Feb 28 05:07:13 GMT 2014


https://bugs.kde.org/show_bug.cgi?id=159220

Michal Sylwester <msylwester at gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |msylwester at gmail.com

--- Comment #16 from Michal Sylwester <msylwester at gmail.com> ---
I had similar problem to original one: after metadata sync from images to DB I
was getting a lot of tags with all non-ascii characters converted to "?" in
addition to correct ones. exiftool helped me to trace this to the IPTC tags,
hence here I am.

I tried to follow up on where exactly the characters are replaced by "?" and it
seems to be KExiv2::setIptcKeywords , where it uses toLatin1() which works
exactly this way. Some changes around to change it to Utf8 made it pass my test
case. When I made digikam use the modified lib it wrote the tags correctly, but
they were still displayed garbled in the tags panel.

-- 
You are receiving this mail because:
You are the assignee for the bug.



More information about the Digikam-devel mailing list