Hi there. I need to display the EURO (€,$,£) sign inside my UI. those sign are stored inside a SQLite database with theire \uXXXX representations. How can i create theire NSString representation?
Here is a sample of code:
NSString *currency = [[OptionDAO sharedInstance] readStringOption:@"TEST"
strName:@"currency"
strGroup:@"NONE"]; // currency now contains "\u34AC" for instance.