I have an array of unichars i need to convert it to nsstring. How can i do this?
NSString has a method for that:
NSString
+ (id)stringWithCharacters:(const unichar *)chars length:(NSUInteger)length