vcf-vcard

vCard 4.0 doesn't display correctly, with labels ignored and wrong character decoding, among other things


I have created a vCard 4.0 file with a text editor according to RFC 6350 by IETF. It is simple, and looks kind of like this:

BEGIN:VCARD
VERSION:4.0
KIND:individual
FN:René Descartes
N:Descartes;René;;;
TITLE:Façade Engineer
ADR;
  GEO="geo:46.975308,0.699597";
  LABEL="Headquarters":
  ;;29 Rue Descartes;;Descartes;37160;France
TEL;VALUE=uri;TYPE=home:tel:+33247597919
END:VCARD

The file is saved as somename.vcf (with CRLF and in UTF-8) and inspected on my iOS/macOS devices. However, the display of the file has many issues.

It is as if vCard 4.0 is not supported at all. Or did I make any mistakes?

The screenshot is attached below.

vCard example


Solution