Question Omar Ali Ateen · Sep 8, 2021

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

Product version: Caché 2015.1

Comments

Muhammad Waseem · Sep 8, 2021

Hi OMER ATEEN

Can you please elaborate in which environment you are getting these characters ?

Thanks

0
Muhammad Waseem  Sep 16, 2021 to Omar Ali Ateen

which charset are you using while calling in your request OR can you send me the request header?

0
Omar Ali Ateen  Sep 19, 2021 to Muhammad Waseem

here is my request header:

    Do httprequest.SetHeader("Content-Type","application/json")
    Do httprequest.SetHeader("charset","utf-8")

0
Muhammad Waseem  Sep 19, 2021 to Omar Ali Ateen

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 ?

0
Omar Ali Ateen  Sep 16, 2021 to Eduard Lebedyuk

Thank you for reply Eduard

I already try this, but not help. 

0
Muhammad Waseem · Sep 25, 2021

Hi Mr. Omer

Kindly try $ZCONVERT function to read the response:

$ZCONVERT(dataObj.ErrorMessage,"I","UTF8")

Thanks

Thanks

0