Hi,I want to retrieve characters from NSString Can any one guide me
how to
do it.
What do you mean by that? If you want to translate an NSString into a
C char array, then use -UTF8String. If you want to get a range of 2-
byte characters from an NSString, then use -getCharacters:range:.