I am unable to get the phone number string without UTF encoding it.. All the solutions in on this site assumes that there is no utf chars.. but I see utf chars :
NSLog(@"String = %@ %s",phoneNumber, [phoneNumber cStringUsingEncoding:NSUTF8StringEncoding]);
shows up as:
String = 919.1234567 919 1234567
How do i strip the utf parts in it?