[Progress Communities] [Progress OpenEdge ABL] Forum Post: RE: PASOE REST call returns JSON string with iso8859 encoding

  • Thread starter Thread starter Matt Baker
  • Start date Start date
Status
Not open for further replies.
M

Matt Baker

Guest
What is Content-Type header in the response to the request? Should be something like application/json; charset=UTF-8 If it is only application/json the charset is missing, and the client is free to interpret it as per the default which is ISO8859-1.

Continue reading...
 
Status
Not open for further replies.
Back
Top