In my android app my server returns a UTF-8
encoded response like this;
\u00e2\u0080\u0098 rank \u00e2\u0080\u0099
which is equivalent 'rank'. Kindly help me in converting this Unicode characters to corresponding symbols
i.e
1.\u00e2\u0080\u0098 -> '
(LEFT SINGLE QUOTATION)
2.\u00e2\u0080\u0099 -> '
(RIGHT SINGLE QUOTATION)
This is the way, replace "some text" with ur string -
s2 have required string.