https://bugs.kde.org/show_bug.cgi?id=207749
Tobias Koenig <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED CC| |[email protected] 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. _______________________________________________ Kdepim-bugs mailing list [email protected] https://mail.kde.org/mailman/listinfo/kdepim-bugs
