Converting HTTP Response from Windows-1252 to UTF-8

0
We are trying to connect to an external service that always responds in Windows-1252 encoding. I was able to retrieve the response by first saving it as an http response and THEN use an import mapping to save it in an object, but there are a lot of unknown / special characters (�)   How can I encode this text to UTF-8 in mendix? is there some kind of built-in function or plugin to encode it?   thank you!
asked
1 answers
0

I think you would need Java for that. See stackoverflow: https://stackoverflow.com/questions/28484064/windows-1252-to-utf-8

Regards,

Ronald

 

answered