You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hammock's standard ContentType is text/plain, which Apache's StringEntity and ContentType maps to the encoding ISO-8859-1.
To support UTF-8, this ContentType needs to be application/json.
As Circe is used for encoding and decoding json, I have proposed a solution where HammockEncoderForCirce explicitly passes application/json; charset=utf-8 as the ContentType: #94
Does this look like a viable solution?
The text was updated successfully, but these errors were encountered:
Hammock's standard
ContentType
istext/plain
, which Apache's StringEntity and ContentType maps to the encodingISO-8859-1
.To support
UTF-8
, thisContentType
needs to beapplication/json
.As Circe is used for encoding and decoding json, I have proposed a solution where
HammockEncoderForCirce
explicitly passesapplication/json; charset=utf-8
as the ContentType: #94Does this look like a viable solution?
The text was updated successfully, but these errors were encountered: