I am trying to parse the below Arabic content
<type id="14">
<data name="title">قافية</data>
</type>
NSString *responseString = [request responseString];
NSData *xmlData=[[request responseString] dataUsingEncoding:NSUTF8StringEncoding];
when print the response i am getting as below
responseString:<?xml version="1.0" encoding="UTF-8" ?><type>
<data name="title">ÙØ§ÙÙØ©</data>
</type>
please see
image attached , this is how it displays the content on my ios app
Please let me know how can i fix this
Try to use below encoding,