Arabic Language
Good Day
I have http response comes with strange characters "ÙÙØ³ ÙØ¯ÙÙ Ø§ÙØ", but it's normal when i test in postman. Is there any method to read arabic.
Regards
Comments
Hi OMER ATEEN
Can you please elaborate in which environment you are getting these characters ?
Thanks
Hi Muhammad
v 2015
which charset are you using while calling in your request OR can you send me the request header?
here is my request header:
Do httprequest.SetHeader("Content-Type","application/json")
Do httprequest.SetHeader("charset","utf-8")
Can you please share the URL and the Message Body in order to test from my end as the issue might be from API as well ?
Set in your REST broker:
Parameter CONTENTTYPE = {..#CONTENTTYPEJSON};
Parameter CHARSET = "UTF-8";Thank you for reply Eduard
I already try this, but not help.
Hi Mr. Omer
Kindly try $ZCONVERT function to read the response:
$ZCONVERT(dataObj.ErrorMessage,"I","UTF8")
Thanks
Thanks
Done