I am getting following characters:
\\u00e2\\u0080\\u0099
from server side and I want to decode this into its correct character which is "`" so please let me know how I can do this in swift.
I don't want to use replace string method as I want a generic solution which should work for all unicode to string conversion.
Thanks,