1
0
mirror of https://github.com/etesync/android synced 2025-02-23 21:02:26 +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)
return "text/vcard;version=4.0";
else
return "text/vcard";
return "text/vcard;charset=UTF-8";
}
@Override