Help for this page

Select Code to Download


  1. or download this
    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1
    +">
    
  2. or download this
      use Encode qw(from_to);
    
    ...
    __DATA__
    some chars that in reality aren't all low ascii
    
  3. or download this
     perl -e 'binmode STDOUT,":utf8"; print chr(0xC2),"\n";'