[Bug 207749] Hebrew title appears as Gibberish
Tobias Koenig
tokoe at kde.org
Sat Jan 9 23:54:42 GMT 2010
https://bugs.kde.org/show_bug.cgi?id=207749
Tobias Koenig <tokoe at kde.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
CC| |tokoe at kde.org
Resolution| |UPSTREAM
--- Comment #4 from Tobias Koenig <tokoe kde org> 2010-01-10 00:54:40 ---
Hej,
KAddressBook just calls QPrinter::setDocName( i18n( "Address Book" ) ) where
the document name is passed further to QPdfEnginePrivate::writeInfo where the
following code is executed:
xprintf("<<\n"
"/Title(%s)\", title.toUtf8().constData());
According to PDF spec UTF-16 or PDFDocEncoding should be used instead of UTF-8,
so Qt is the culprit.
Reported as QTBUG-7249
Ciao,
Tobias
--
Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the Kdepim-bugs
mailing list