Page 1 of 1

Bad translation

Posted: Fri Mar 24, 2023 3:35 pm
by papavask
Hi all,
I am using libhttp to send soap xml message to a service from an AS400 system.
I have to include Greek characters in the xml message, although the variable dump displays Greek chars reading the log i find garbage characters and the service does not accept the message.
I have also try to declare a variable with ccisid(*utf8) and ccisid(1208) but got the same characters.


Is there any suggestion to solve that problem?

Thanks for your time
Kostas

Re: Bad translation

Posted: Fri Mar 24, 2023 4:11 pm
by papavask
Problem solved only by setting http_setOption('network-ccsid' : '1208') !!!! ;)