vote up 2 vote down star

Hi,

I'm trying to convert an NSString to a single char. When I write [[NSLocale] currentLocale] objectForKey:NSLocaleDecimalSeparator], I get @",". How can I convert this to ','?

Thank you!

flag

1 Answer

vote up 2 vote down check
unichar character = [myNSString characterAtIndex:0];
link|flag
Note this is not a C char - as unicode might be more than one byte – Mark Aug 30 at 21:05
Yeah............. note. – bobobobo Nov 1 at 15:57
will be. its always 2 bytes ain't it. – bobobobo Nov 1 at 16:44

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.