in reply to Re: some questions on cgi.pm
in thread some questions on cgi.pm
That just sets the encoding for the XML prolog - it doesn't influence the HTTP Content-type, and under HTTP rules the Content-type trumps anything else for determining the character encoding. (See ikegami's comment for setting the HTTP header)