I am trying to display an Euro symbol coded like that
€
or
€ (that is what I get when I print the NSString variable containing the symbol code)
in ObjectiveC. I tried to use format like "%@" and "%C" but it doesn't work. How can I convert it to displayable form or display that form?