- or download this
# set charset to the safe ISO-8859-1
$self->charset('ISO-8859-1');
- or download this
print $query->header( -type=>'text/html',
-charset=>'EUC-JP');
- or download this
$webapp->header_props(-type=>'text/html', -charset=>'EUC-JP');
- or download this
$query->charset('EUC-JP');
- or download this
$webapp->header_type('none');