Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit fa95bdc6 authored by Ricki Hirner's avatar Ricki Hirner
Browse files

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

parent 316102cc
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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