For correctness include charset=utf-8 in responses

This commit is contained in:
Joe Nelson
2016-03-13 14:22:17 -07:00
parent 330cc91645
commit b858626e17
5 changed files with 11 additions and 11 deletions
+1 -1
View File
@@ -249,7 +249,7 @@ contentRangeH frm to total =
fromInRange = frm <= to
jsonH :: Header
jsonH = (hContentType, "application/json")
jsonH = (hContentType, "application/json; charset=utf-8")
formatRelationError :: Text -> Text
formatRelationError = formatGeneralError