I have a parser module in my application which will parse the response from a webservice and give the tag value. The tag value contains some special characters like ® etc. The problem is I could not decode the special characters to normal string. please find the sample response string below,
Apple® iPad™ Case
Please some body help me to solve this problem.