vCard4 export uses a LABEL field as in vCard, but it must use a LABEL parameter to the corresponding ADR field: see https://tools.ietf.org/html/rfc6350#section-6.3.1 Reproducible: Always
Could you provide me a example please ?
Git commit 0ddebb9c418f9197676b4ed7db1b41ae08eae83b by Montel Laurent. Committed on 08/07/2016 at 21:20. Pushed by mlaurent into branch 'master'. Fix Bug 365191 - vCard4 must use LABEL ADR-parameter, not LABEL field FIXED-IN: 5.3 M +72 -0 autotests/addresstest.cpp M +2 -0 autotests/addresstest.h M +15 -9 src/vcardtool.cpp http://commits.kde.org/kcontacts/0ddebb9c418f9197676b4ed7db1b41ae08eae83b
(In reply to Laurent Montel from comment #1) > Could you provide me a example please ? (In reply to Laurent Montel from comment #2) > Git commit 0ddebb9c418f9197676b4ed7db1b41ae08eae83b by Montel Laurent. > Committed on 08/07/2016 at 21:20. > Pushed by mlaurent into branch 'master'. > > Fix Bug 365191 - vCard4 must use LABEL ADR-parameter, not LABEL field > > FIXED-IN: 5.3 > > M +72 -0 autotests/addresstest.cpp I assume that you don't need an example anymore? (Sorry for not providing one, I assumed the one in the RFC section I linked would be enough.)
Yep I used rfc to implement it. It works fine; I created an unittest for it