[Digikam-devel] [Bug 205824] EXIF UserComments with special characters get tagged as ASCII

Marcel Wiesweg marcel.wiesweg at gmx.de
Sun Jun 3 17:45:13 BST 2012


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

Marcel Wiesweg <marcel.wiesweg at gmx.de> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |RESOLVED
         Resolution|---                         |FIXED
      Latest Commit|                            |http://commits.kde.org/libk
                   |                            |exiv2/ada6ac69a5301f380d2f3
                   |                            |dc98ce8678c480a6309

--- Comment #18 from Marcel Wiesweg <marcel.wiesweg at gmx.de> ---
Git commit ada6ac69a5301f380d2f3dc98ce8678c480a6309 by Marcel Wiesweg.
Committed on 03/06/2012 at 18:42.
Pushed by mwiesweg into branch 'master'.

Fix detection of true 7bit ASCII.

The Qt Latin1 codec will only tell us if the characters are in the 8bit
ISO-8859-1 range.
Use the C function isascii to test if the characters are in the true 7bit ASCII
range.

M  +32   -12   libkexiv2/kexiv2exif.cpp

http://commits.kde.org/libkexiv2/ada6ac69a5301f380d2f3dc98ce8678c480a6309

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



More information about the Digikam-devel mailing list