[Okular-devel] [okular] [Bug 344849] PDF metadata is displayed incorrectly in File -> Properties
Albert Astals Cid
aacid at kde.org
Thu Mar 5 00:43:24 UTC 2015
https://bugs.kde.org/show_bug.cgi?id=344849
Albert Astals Cid <aacid at kde.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |aacid at kde.org
Resolution|--- |INVALID
Status|UNCONFIRMED |RESOLVED
--- Comment #3 from Albert Astals Cid <aacid at kde.org> ---
It's not a bug, the first document just has characters wrongly encoded, the
Author field in the info dictionary is a text string, thus it can either be
Latin1 or UTF-16BE, since that text is not Latin1, it must be UTF-16BE, but for
UTF-16BE the first two bytes must be 254 followed by 255, which is not
happening here, so the file is broken and there's nothing we can do to do it
"right"
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the Okular-devel
mailing list