spanish characters replaced with wierd string when 'stringWithFormat' is used?
- by surajbaba
NSString *myString = [NSString stringWithFormat:@"%@",BernabÈu];
NSLog(@"%@", myString);
Above statement prints:
Bernab\u00c8u
Here 'BernabÈu' is spanish character string
Why "\u00c8u" appended .How to get rid of this