0

I'm using the TBXML framework to parse some XML, but am having problems with the returned string values. The problem is that the returned values contain parts such as "£" instead of £, etc. Is there a convenient way to simply convert all of these into the correct characters so that they can be displayed in a UILabel?

Thanks

Jack
  • 3,878
  • 15
  • 42
  • 72

1 Answers1

1

Maybe this can help you any further: HTML character decoding in Objective-C / Cocoa Touch

You maybe can use HTML entities to make your currency character.

Community
  • 1
  • 1
Mats Stijlaart
  • 5,058
  • 7
  • 42
  • 58