0

I have a question. My webmethod gives a text back with a lot of HTML entities. You can see an example below.

lt;p&gtKRC Genk lanceert een nieuw mini-abonnement voor de 2 resterende thuiswedstrijden in de Europa League. Deze verkoop is enkel voor bestaande abonnees, die nog geen mini-abonnment voor de 3 wedstrijden aankochten. &ltbr >&ltbr &gt

Does anybody know how I can translate them in objective-C? I am searching for hours for a solution but don't find anything.

Kind regards.

Cyrille
  • 25,014
  • 12
  • 67
  • 90
Steaphann
  • 2,797
  • 6
  • 50
  • 109

1 Answers1

0

You have problem with HTML escaped characters, these are not HTML markups. You can find the solution here:

Objective C HTML escape/unescape

Community
  • 1
  • 1
pro_metedor
  • 1,176
  • 10
  • 17