I have a string test éàå
. when I am performing a json_encode, the special character is being converted to test u00e9u00e0u00e5
.
Now when performing a json_decode, I am not getting back the original characters but instead it is remaining as test u00e9u00e0u00e5
Can someone help me to have the special character back.