I write a small program to get location information using MKReverseGeocoder. The return is like :
Country = "\U53f0\U6e7e"; CountryCode = TW;
I know this is unicode, but any function in iPhone SDK help convert this to readable string?
I write a small program to get location information using MKReverseGeocoder. The return is like :
Country = "\U53f0\U6e7e"; CountryCode = TW;
I know this is unicode, but any function in iPhone SDK help convert this to readable string?