1
0
mirror of https://github.com/etesync/android synced 2025-02-24 05:12:03 +00:00

Send charset information with MIME type when uploading VCard/3.0 resources

This commit is contained in:
Ricki Hirner 2015-08-02 16:33:16 +02:00
parent 3225a4bbc1
commit 5ec4dbb9e7

View File

@ -322,7 +322,7 @@ public class Contact extends Resource {
if (vCardVersion == VCardVersion.V4_0) if (vCardVersion == VCardVersion.V4_0)
return "text/vcard;version=4.0"; return "text/vcard;version=4.0";
else else
return "text/vcard"; return "text/vcard;charset=UTF-8";
} }
@Override @Override