فهرست منبع

explicitly set charset

B. Petersen 2 سال پیش
والد
کامیت
23df8aff33
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      deltachat-ios/Controller/WebxdcViewController.swift

+ 1 - 1
deltachat-ios/Controller/WebxdcViewController.swift

@@ -354,7 +354,7 @@ extension WebxdcViewController: WKURLSchemeHandler {
                 let lastKnownSerial = Int(url.query ?? "0") ?? 0
                 data = Data(
                     dcContext.getWebxdcStatusUpdates(msgId: messageId, lastKnownSerial: lastKnownSerial).utf8)
-                mimeType = "application/json"
+                mimeType = "application/json; charset=utf-8"
                 statusCode = 200
             } else {
                 let file = url.path