thedi has asked for the wisdom of the Perl Monks concerning the following question:
Everything works as desired, but I feel a bit uncertain about one point:
How can my application check which code was used by the browser to send form input?
I have the impression that browsers will send form input utf-8 encoded when the HTML file containing the form was encoded in utf-8, and iso-8859-1 when the HTML file was encoded as such.
But it would be nice to have more than just 'an impression'.
Is there a way in CGI.pm to find out which code was used in the request?
Regards
Thedi gerber@id.ethz.ch
|
|---|