Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

mpramodjain

macrumors regular
Original poster
Nov 20, 2008
152
0
Banglore
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:


Code:
<TEST>
<inline test="رجاء إدخال كلمة المرور أعد كتابة"/>
<img>sdgdsgsdg</img>
</TEST>
 
\Uxxxx normally represents a Unicode character. How are you determining what the character is? How are you debugging this? I suspect the issue lies in display/debugging formatting: post your code.
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.