fix(dav): use utf-8 as charset name instead of utf8

Fixes #5495
This commit is contained in:
Francis Lachapelle
2022-03-22 10:41:31 -04:00
parent 38ace5ec75
commit b37e68b8ee
+1 -1
View File
@@ -601,7 +601,7 @@
id etag;
response = [localContext response];
contentType = [NSString stringWithFormat: @"%@; charset=utf8",
contentType = [NSString stringWithFormat: @"%@; charset=utf-8",
[self davContentType]];
[response setHeader: contentType forKey: @"content-type"];
[response appendContentString: [self contentAsString]];