I'm trying to understand NSString's and the complexities regarding composed character sequences. I'm having troubles creating strings containing these composed character sequences for me to be able to play around with them.
I've seen the Unicode list of sequences but I'm unable to find these characters in the Mac OS X character selector in order for me to insert them into Xcode as an NSString literal. Am I understanding something incorrectly?
Any advice would be much appreciated!