HTML character decoding in Objective-C / Cocoa Touch
        Posted  
        
            by skidding
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by skidding
        
        
        
        Published on 2009-07-09T16:56:28Z
        Indexed on 
            2010/04/13
            14:23 UTC
        
        
        Read the original article
        Hit count: 941
        
First of all, I found this: http://stackoverflow.com/questions/659602/objective-c-html-escape-unescape, but it doesn't work for me.
My encoded characters (come from a RSS feed, btw) look like this: &
I searched all over the net and found related discussions, but no fix for my particular encoding, I think they are called hexadecimal characters.
Thanks.
© Stack Overflow or respective owner