Discussion:
HTML numeric entity conversion
(too old to reply)
RobinC
2005-08-12 15:25:33 UTC
Permalink
Hi,

I have a COM object that receives HMTL data and pushes it out to a thick
client UI. I'm looking for a routine that will convert HTML numeric/named
entities into the correct character ( " foo #&36; bar" -> "foo $ bar").

Thanks,
-Robin
c***@yahoo.com
2005-08-16 07:52:07 UTC
Permalink
Post by RobinC
Hi,
I have a COM object that receives HMTL data and pushes it out to a thick
client UI. I'm looking for a routine that will convert HTML numeric/named
entities into the correct character ( " foo #&36; bar" -> "foo $ bar").
I have a similar question. How does Internet Explorer decide which
HTML entities in a URI will be decoded prior to the HTTP download
request, and is this function exposed through the API?

Loading...