Monday, December 23, 2013

Advice on how to convert an array of unsigned short NSString? ?

The primary problem, which experts say the next trouble. .
Reply:
The reply was deleted at the moderator 2011-08-22 10:35:56

Reply:
 - (id) initWithCharactersNoCopy: (unichar *) characters length: (NSUInteger) length freeWhenDone: (BOOL) freeBuffer; / * "NoCopy" is a hint * / 
- (Id) initWithCharacters: (const unichar *) characters length: (NSUInteger) length;
- (Id) initWithUTF8String: (const char *) nullTerminatedCString;

Reply:
unsigned short unichar should be interchangeable with the equivalent use.

No comments:

Post a Comment