Help for this page

Select Code to Download


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