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

jQuery clickable div with working mailto link inside -

WPF: binding viewmodel property of type DateTime to Calendar inside ItemsControl -

java - Getting corefrences with Standard corenlp package -