Version: unspecified (using KDE 4.4.4) OS: Linux When exporting VCARD 2.1 contact information from kaddressbook, VCF entries which are longer than a single line are wrapped. The special characters used for this line wrap are for some reason "0x0d 0x0a 0x20", that is CR, LF and - space?!? Obviously, other programs trying to import this kind of VCF don't know what to do with this kind of linefeed in the middle of a valid VCF entry. Removing those strange word/line feeds from my VCARDs make them compatible again. IMHO the additional space - if not even the complete word wrap - is unnecessary. Reproducible: Always Steps to Reproduce: Export 2.1 VCFs with longer entries. Actual Results: Word wrap with space in it breaks the respective VCARD entry Expected Results: No word wrap
Hej, according to the vCard 2.1 and vCard 3.0 standard, a content line in a vCard must not be longer then 76 characters. If that's the case, a folding algorithm is applied as described in RFC2425 section 5.8.1. So we produce complete standard conform vCards... That other applications can't handle them just means that they do not apply to the standard and should be fixed. Ciao, Tobias