0

when I parse XML document I get strings like that: "večinoma sončno " How do I replace č with correct values? Do I have to manually replace them one by one, or is there better way.

Thanks!

Matic
  • 1

1 Answers1

1

They're HTML Entities, it's not to do with UTF-8. This question and it's answers might help you: HTML character decoding in Objective-C / Cocoa Touch

Community
  • 1
  • 1
Wex
  • 4,434
  • 3
  • 33
  • 47