Help for this page

Select Code to Download


  1. or download this
    use PerlIO::encoding;
    $PerlIO::encoding::fallback = Encode::FB_DEFAULT;
    
  2. or download this
    #!/usr/bin/perl
    use PerlIO::encoding;
    ...
    binmode STDOUT, ":encoding(UTF-8)";
    
    while (<$fh>) { print }
    
  3. or download this
    foo
    bär