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

pull/2/head
Ricki Hirner 9 years ago
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…
Cancel
Save