I take some action according to response of the jobdone. In one case my response contains a Turkish charachter and b4i logs show ( altough my database is set to turkish ) hayır as "Hay\u0131r"
As I remember , If i used if res.contains("hayır") then it was working but now i cant make it work. Did something change with the current verison of b4i or am i missing stg else ?
Nothing has changed. You need to use the correct encoding. I guess that the data is not encoded with UTF 8 so you need to use Job.GetString2 with the correct encoding.