mirror of
https://github.com/etesync/android
synced 2025-02-23 13:02:04 +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)
|
||||
return "text/vcard;version=4.0";
|
||||
else
|
||||
return "text/vcard";
|
||||
return "text/vcard;charset=UTF-8";
|
||||
}
|
||||
|
||||
@Override
|
||||
|
Loading…
Reference in New Issue
Block a user