cgi data coruption by Internet Explorer 5.0

Alex Martelli aleaxit at yahoo.com
Mon May 14 05:18:21 EDT 2001


"Micheas" <micheas at earthlink.net> wrote in message
news:xDDL6.611$Az.49424 at newsread2.prod.itd.earthlink.net...
> Thank you for your help.  I copied the meta tag that google uses and
> that seems to work.

You mean, something like:

Headers:
    Content-Type: text/html
    Content-Length: 1957

Body:
    <html><head><META HTTP-EQUIV="content-type" CONTENT="text/html;
charset=ISO-
8859-1"><title>Google</title><style><!--
    body {font-family: arial,sans-serif;}
    //--></style>

...?

If so, then I think you could just add the charset attribute to
the real HTTP content-type header, rather than using the META tag
in the <head>.  Just for simplicity's sake...


Alex






More information about the Python-list mailing list