Decode HTML entities in Objective-C (decodeHTMLEntities)
I needed a simple way to decode HTML entities in an Objective-C project. After googling for a few minutes, I decided to make my own thingy. It took some time to copy and paste all the entities, so I’d like to share it with everyone to save others some work!