[Bug 297541] kaddressbook doesn't handle line breaks correctly in the notes field.

Divan Santana divan at s-tainment.co.za
Sat Apr 7 20:26:07 BST 2012


https://bugs.kde.org/show_bug.cgi?id=297541

--- Comment #1 from Divan Santana <divan at s-tainment.co.za> ---
As per discussion here: http://lists.kde.org/?t=133379575800003&r=1&w=2

After further investigation it seems the problem is possibly in the vcard
parser.
When exporting the problematic contact it uses the \N CRLF character sequence
which is valid according to the RFC:
https://www.ietf.org/rfc/rfc2426.txt

$ cat Downloads/Lastname\,\ Firstname.vcf 
BEGIN:VCARD
VERSION:3.0
FN:Lastname\, Firstname
N:Lastname;Firstname;;;
EMAIL;TYPE=internet:firstname at lastname.org
NOTE:This is line one of the notes section\NThis is line two of the notes
section\NThis is line three of the notes section\NThis is line four of the
notes section
REV:2012-04-05T23:09:44Z
UID:8e548460-3843-4e39-9d71-19c7dad93864:522525
END:VCARD

-- 
You are receiving this mail because:
You are the assignee for the bug.



More information about the Kdepim-bugs mailing list