Version: (using KDE 4.4.1) Installed from: Debian testing/unstable Packages This bug has been copied over from http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=574092 and has been verified to still exist in KDE SC 4.4.1 ---- The following text/x-vCard file doesn't work: BEGIN:VCARD VERSION:2.1 N;CHARSET=UTF-8;ENCODING=8BIT:Machin:Truc TEL: ADR;CHARSET=UTF-8;ENCODING=8BIT:;56 Rue du Bootloader. 63000 Clermont-ferrand EMAIL;CHARSET=UTF-8;ENCODING=8BIT:truc@machin.org URL;CHARSET=UTF-8;ENCODING=8BIT:http://truc.machin.org END:VCARD But the following does work: BEGIN:VCARD VERSION:2.1 N;CHARSET=UTF-8:Machin:Truc TEL: ADR;CHARSET=UTF-8:;56 Rue du Bootloader. 63000 Clermont-ferrand EMAIL;CHARSET=UTF-8:truc@machin.org URL;CHARSET=UTF-8:http://truc.machin.org END:VCARD I think kaddressbook doesn't correctly handle "ENCODING=8BIT".
SVN commit 1104019 by tokoe: Parse vCards with ENCODING=8BIT correctly BUG: 230968 M +6 -6 vcardparser.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=1104019