0

I receive from my API a HTML code encoded with unicode style like this:

\u003C\/span\u003E\u003Cspan xml=\u0022lang\u0022 style=\u0022border-collapse: collapse

But I need to transform that into HTML code to show in a UIWebView. But I'm not be able to find a way similar to JavaScript unescape() to get the following NSString:

</span><span xml="lang" style="border-collapse: collapse

EnriMR
  • 3,924
  • 5
  • 39
  • 59

0 Answers0