[kaddressbook] [Bug 346515] During import from vcard 3.0 first name and last name are reversed.

Günter Ohmer guenter.ohmer at gmx.de
Fri Apr 24 12:05:05 BST 2015


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

--- Comment #6 from Günter Ohmer <guenter.ohmer at gmx.de> ---
(In reply to Laurent Montel from comment #5)
> Thanks for screenshot.
> But in 4.14.x it works fine.
> Regards

Ok, I installed 4.14.6 from the openSUSE repository. Nothing changed for me.
But I found the error, the button "Show: reverse name with comma" makes a wrong
vcard:
=========== without the button ==============
BEGIN:VCARD
VERSION:4.0
FN:Adam Lastname
N:Lastname;Adam;;;
UID:74d63af5-16b8-4144-abcd-8db0d36f5174
END:VCARD
=========================================
=========== with the button ================
BEGIN:VCARD
VERSION:4.0
FN:Lastname\, Adam
N:Adam;Lastname\,;;;
UID:74d63af5-16b8-4144-abcd-8db0d36f5174
END:VCARD
=========================================
The function should not reverse the name in the "N:"  line.
=========== with the button, edited==========
BEGIN:VCARD
VERSION:4.0
FN:Lastname\, Adam
N:Lastname;Adam;;;
UID:74d63af5-16b8-4144-abcd-8db0d36f5174
END:VCARD
=========================================
It  w o r k s!
Best regards
Günter

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


More information about the Kdepim-bugs mailing list