I need to convert NSString in unicode to NSString in ASCII changing all local characters: ? to A, ? to S, ó to O, ü to u, And so on...
What is the simplest way to do it?
See Question&Answers more detail:osI need to convert NSString in unicode to NSString in ASCII changing all local characters: ? to A, ? to S, ó to O, ü to u, And so on...
What is the simplest way to do it?
See Question&Answers more detail:os