Help for this page

Select Code to Download


  1. or download this
      $dbh->do( "set names utf8" );
    
  2. or download this
    #!/usr/bin/perl
    
    ...
        return decode( "utf8", $_[0] ) . "\n";
    #    return "$_\n";
    }