Possible Duplicate:
Convert Unicode character to NSString
After parsing data from a website, the result was an object that contains Unicode and I want to convert it to NSString (the Unicode contains Hebrew characters mostly).
Here is some (small fraction) of the Unicode in the Log:
"\U05f3\U009e\U05f3\U00a2\U05f3\U2022"
How can I convert it?