Skip navigation.
 
mlRe: Cocoa HTML Decoder
FROM : Pete Gordon
DATE : Sun Dec 12 18:26:51 2004

Thanks, for the response.

This works for the hex and decimal values...
[NSString stringWithFormat:@"%C",0x271E]

But, not the entity values, guess I am just needing to cross reference
the entity values to the hex or decimal values.

Pete Gordon



On Dec 11, 2004, at 3:52 PM, Finlay Dobbie wrote:

> On Wed, 8 Dec 2004 16:41:54 -0500, Pete Gordon <<email_removed>>
> wrote:

>> Is there a open source Decoder for HTML 4.0 out there?  I am looking
>> to
>> use the RSSInspector open source classes, but the feed source uses
>> things like &ldquo; and &rdquo; a lot.

>
> NSAttributedString might do the job.
>
>  -- Finlay
>

Related mailsAuthorDate
mlCocoa HTML Decoder Pete Gordon Dec 8, 22:41
mlRe: Cocoa HTML Decoder Finlay Dobbie Dec 11, 21:52
mlRe: Cocoa HTML Decoder Pete Gordon Dec 12, 18:26
mlRe: Cocoa HTML Decoder Finlay Dobbie Dec 12, 19:47