Michael Schout wrote:
On 9/2/14, 4:19 PM, Randal L. Schwartz wrote:
## ensure utf8 CGI params:
$CGI::PARAM_UTF8 = 1;
Sorry to chime in late on this, but part of the problem with CGI.pm and
UTF-8 is that PARAM_UTF8 gets clobbered by a cleanup handler that CGI.pm
itself registers if its run
On 9/2/14, 4:19 PM, Randal L. Schwartz wrote:
> ## ensure utf8 CGI params:
> $CGI::PARAM_UTF8 = 1;
Sorry to chime in late on this, but part of the problem with CGI.pm and
UTF-8 is that PARAM_UTF8 gets clobbered by a cleanup handler that CGI.pm
itself registers if its running under mod_perl.