Hi, 
Thanks for the reply. It is the page text that is the problem.

When I started to investigate it further I found that it actually only
happens when the page being "wgot" is a .aspx (.net asp) file. 

I made 3 identical files (as below), one with .html ext, 1 with .aspx ext
and one with .zzz ext (just an unknown filetype under IIS), then wgot each
one and changed the output file to a .html extension. when I open in my
browser both the .html and .zzz files are fine, but the one that came from
the .aspx file has the funny chars. Why this is so I have no idea.

the output file looks fine when i open it in Notepad (ie the quote looks
right), but when i open it in firefox/ie it shows the funny chars (see
below). If I then just save the file in notepad, without changing a thing,
the problem is fixed in firefox/ie.

I am now really really confused :) 

-----------------------Input file note the ' char, you'll need to spider
under IIS with a .aspx ext to replicate-------

<HTML>

        <body>
                
<P>Example's</P>


        </body>
</HTML>

----------------------FIREFOX VIEW SOURCE on output file---------------

<HTML>

        <body>
                
<P>Example�EUR(tm)s</P>


        </body>
</HTML>

Reply via email to