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:
parent
3225a4bbc1
commit
5ec4dbb9e7
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user