Revision c2ff3d4...
Go back to digest for 19th June 2011Bug Fixes in KDE-PIM
Kevin Krammer committed changes in [kdepim] console/kabcclient/src/outputformatimpls.cpp:
Fix output encoding for vcard output
KABC::VCardConverter creates UTF-8 encoded output, so implicitly
converting that to QString and then converting with output codec
resulted in a broken chain conversions.
Now check if output codec is not UTF-8 and then recode vcard output
from UTF-8 to QString before passing that to the chosen output
converter.
Bug 239996: kabcclient crashes
383 days
File Changes
Modified 1 files
- console/kabcclient/src/outputformatimpls.cpp
1 files changed in total