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

apache - Add omitted ? to URLs -

redirect - bbPress Forum - rewrite to wwww.mysite prohibits login -

php - How can I stop spam on my custom forum/blog? -