<div dir="ltr">Hi,<div><br><div>I've a specific problem with avps containing values in language other than English. For example an avp(test) holding a Chinese character gets converted to ? while passing to some rest_post URL.</div><div><br></div><div><u>code:</u></div><div><br></div><div><font face="monospace, monospace">$avp(test) = $fn;</font></div><div><font face="monospace, monospace">xlog("L_INFO","Got Display Name: $avp(test) \n");</font></div><div><font face="monospace, monospace">rest_post("$avp(url)","$avp(test)" ....);</font></div><div><br></div><div><br></div><div>The output in x-log line stays correct but the webserver gets the value of $avp(test) converted in "...??.." <br></div><div><br></div><div>I've tried to add the charset=utf-8 in the content-type header but it doesn't help.</div><div><br></div><div>Looking forward to get some hints/help on this.</div><div><br></div><div>Thanks,</div><div>Sammy</div><div><br></div></div></div>