Help for this page

Select Code to Download


  1. or download this
    sub getEncoding
    {
    ...
        }
        return;
    }
    
  2. or download this
    print STDERR "$_\n" for grep {/Encode/} sort keys %INC;
    
  3. or download this
    use Encode;
    use Encode::Unicode;