http://qs321.pair.com?node_id=764509


in reply to Re^2: CGI.pm and URL parameters
in thread CGI.pm and URL parameters

Have you done this as the first communication to the browser?

print "Content-type: text/html; charset=utf-8\n\n";

IE requires this. Firefox will respect the <meta> tag directions, but IE needs to hear of UTF in the content headers.

Blessings,

~Polyglot~

Replies are listed 'Best First'.
Re^4: CGI.pm and URL parameters
by ambs (Pilgrim) on May 17, 2009 at 13:46 UTC
    You know, that line is what the CGI header function produces when called with -charset => utf-8.

    Alberto Simões

      Here's an idea, create a small program which reproduces your problem, and show it to us :)