iphone - NSString encoding conversion -


i have problem particular nsstring b , B . can see encoding different. wondering if there way convert B b computer can standardize character.

does work?

nsstring *newstring = [oldstring stringbyreplacingoccurrencesofstring:@"B" withstring: @"b"]; 

Comments

Popular posts from this blog

c# - IMAP GMAIL getting folder list problem -

CUDA shared memory -