When I make an NSString
, for instance: @"Thanks, Lucy!"
The comma would not come up but the exclamation point would.
Or if I use NSDateFormatter
, something like December 12, 2012
would just come up with spaces: December 12 2012
.
Is there a line/method in Xcode to embed characters when using a local custom font like I am (UIAppFonts
)?
Thanks! Keith