Hi,
During Parsing the attributes of the xml containing the arabic language text, using NSXMLParser, We are getting the unicode characters of the format "\U..".
Do anyone know how to get the exact arabic text in the NSString format while parsing from xml.
Following is the sample format:
During Parsing the attributes of the xml containing the arabic language text, using NSXMLParser, We are getting the unicode characters of the format "\U..".
Do anyone know how to get the exact arabic text in the NSString format while parsing from xml.
Following is the sample format:
Code:
<TEST>
<inline test="رجاء إدخال كلمة المرور أعد كتابة"/>
<img>sdgdsgsdg</img>
</TEST>