Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
    binmode(STDOUT, ":encoding($dst_enc)");
    
    print while <STDIN>;
    
  2. or download this
    use strict;
    use warnings;
    ...
       from_to($_, $src_enc, $dst_enc);
       print;
    }