W
wvandergraaf
Guest
REST calls to our PASOE server keep returning JSON strings that are encoded with iso8859-1, but the client treats the string as utf-8. Example: { "result": { "ttmerk": [ { "merk_in_eid": 1, "merk_in_num": 1335, "merk_ch_oms": "Moët & Chandon", "meso_in_eid": 1, "meso_ch_oms": "A-Merk", "rRowid": "AAAAAAAXBAE=" }]}} Write-json from dataset to file is correct, but to longchar which is then returned to the client app will give above result. Test client is postman. In catalina.properties I use the following setting: psc.as.http.uriencoding=UTF-8 Progress version 11.7.2 (build 1497) IS there a setting I'm missing?
Continue reading...
Continue reading...