vobject
vobject copied to clipboard
Importing Greek vCard with UTF-8 jumbled on iOS 16
Hello,
Please feel free to close if this is not in the scope of the project
Exporting to vCard 4.0 and importing to Iphone via QR from the camera the encoding is messed up ( screenshot ). Generating the object and injecting ";CHARSET=utf-8:" on the relevant keys fixes the issue, but its not part of the standard
BEGIN:VCARD
VERSION:4.0
UID:e2696f0d00cf146acbb588b2f91b4da9
FN;CHARSET=utf-8:Î ÏοÏÏÏικα Îεδομενα
N;CHARSET=utf-8:Îεδομενα;Î ÏοÏÏÏικα;;ÎοÏ;
URL;VALUE=URI:https://example.com
TEL:+306937171853
GENDER;CHARSET=utf-8:Male
ORG;CHARSET=utf-8:ÎÏγανιÏμÏÏ
CATEGORIES;CHARSET=utf-8:ÎÏγανιÏμÏÏ
END:VCARD
Android works fine either way. Do you think this is an iOS problem, or am i doing something wrong with the library?