I want to convert all $nbsp , ¡ with their character symbols. And Value which needs to be decode are inside an array .
A[
{ id:1 , value:"¡resu"},
{id:1 , value:" hi"}]
Is there any solution for this??
I'm using html and javascript in my project. Answer i want to see:
A[0].value = ¡res