April 2023 Archives

How to change charset=ISO-8859-1 to charset=UTF8? Rocky 9.1 server

Hi ! Everyone, I am back here to ask environmental issue.

Perl Script, check.pl
#!/usr/bin/env perl
use strict;
use warnings;
use CGI;

my $q = CGI->new;
print $q->header();
print "OK";

===================
OUTPUT
mkido@localhost$check.pl [Enter to run it.]
Content-Type: text/html; charset…

About Kido Mitsuru

user-pic To ask questions to this blog community